Skip to content

Commit c01b1e8

Browse files
committed
ci: use matrix interpreter instead of system interpreter
1 parent 86227b4 commit c01b1e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)