Skip to content

Commit 16fb6a3

Browse files
committed
fix: ensure Poetry uses the correct Python environment in workflow
1 parent b30ffca commit 16fb6a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
cache: 'poetry'
50+
- name: Ensure Poetry uses correct Python
51+
run: poetry env use $(which python)
5052

5153
# Dependency and building tests
5254
- name: Install main dependencies

0 commit comments

Comments
 (0)