Change back to actions/setup-python

This commit is contained in:
Andrew Murray 2025-03-25 16:30:32 +11:00
parent b6b6eae996
commit 309a21f9e3

View File

@ -70,7 +70,7 @@ jobs:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: Quansight-Labs/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true