Skip to content

Commit 3c53389

Browse files
set python version specifically
1 parent 22dc07a commit 3c53389

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@ jobs:
7171
with:
7272
activate-environment: true
7373
enable-cache: true
74-
75-
- name: Set Python path for Windows
76-
if: runner.os == 'Windows'
77-
run: |
78-
echo "PYO3_PYTHON=${{ env.pythonLocation }}\python.exe" >> $GITHUB_ENV
74+
python-version: ${{ matrix.python-version }}
7975

8076
- name: Run tests
8177
shell: bash

0 commit comments

Comments
 (0)