We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fb6a3 commit 6088f8eCopy full SHA for 6088f8e
.github/workflows/python-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
python-version: ${{ matrix.python-version }}
49
cache: 'poetry'
50
- name: Ensure Poetry uses correct Python
51
- run: poetry env use $(which python)
+ run: poetry env use python${{ matrix.python-version }}
52
53
# Dependency and building tests
54
- name: Install main dependencies
0 commit comments