We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ff4eb commit d2748fbCopy full SHA for d2748fb
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
python-version: ${{ matrix.python-version }}
145
- name: "Setup environment"
146
run: |
147
- pipx install poetry==1.8.5
+ pipx install poetry==1.8.5 --python python${{ matrix.python-version }}
148
poetry config virtualenvs.create true --local
149
pip install invoke toml codecov
150
- name: "Install Package"
0 commit comments