Skip to content

Commit d2748fb

Browse files
FragmentedPacketdgarros
authored andcommitted
ci.yml: Set --python on pipx install of Poetry.
1 parent 42ff4eb commit d2748fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
python-version: ${{ matrix.python-version }}
145145
- name: "Setup environment"
146146
run: |
147-
pipx install poetry==1.8.5
147+
pipx install poetry==1.8.5 --python python${{ matrix.python-version }}
148148
poetry config virtualenvs.create true --local
149149
pip install invoke toml codecov
150150
- name: "Install Package"

0 commit comments

Comments
 (0)