Skip to content

Commit b8abded

Browse files
authored
Change back to actions/setup-python (#8833)
Co-authored-by: Andrew Murray <[email protected]>
1 parent b6b6eae commit b8abded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
persist-credentials: false
7171

7272
- name: Set up Python ${{ matrix.python-version }}
73-
uses: Quansight-Labs/setup-python@v5
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
allow-prereleases: true

0 commit comments

Comments
 (0)