Skip to content

Commit bc3ff5a

Browse files
committed
ci: use matrix interpreter instead of system interpreter
1 parent 00ea0f7 commit bc3ff5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

72+
- run: echo "PIPX_DEFAULT_PYTHON=$(which python)" >> $GITHUB_ENV
73+
7274
- name: Install poetry
7375
run: pipx install poetry
7476

0 commit comments

Comments
 (0)