Skip to content

Commit 6088f8e

Browse files
committed
chore: update Python tests workflow configuration
1 parent 16fb6a3 commit 6088f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949
cache: 'poetry'
5050
- name: Ensure Poetry uses correct Python
51-
run: poetry env use $(which python)
51+
run: poetry env use python${{ matrix.python-version }}
5252

5353
# Dependency and building tests
5454
- name: Install main dependencies

0 commit comments

Comments
 (0)