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.
2 parents 0889718 + d945ff2 commit 19b0899Copy full SHA for 19b0899
.github/workflows/ci.yml
@@ -141,7 +141,7 @@ jobs:
141
python-version: ${{ matrix.python-version }}
142
- name: "Setup environment"
143
run: |
144
- pipx install poetry
+ pipx install poetry==1.8.5
145
poetry config virtualenvs.prefer-active-python true
146
pip install invoke toml codecov
147
- name: "Install Package"
@@ -192,7 +192,7 @@ jobs:
192
python-version: "3.12"
193
194
195
196
197
198
0 commit comments