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 b7ff042 + 8ec31e6 commit 6ec4e25Copy full SHA for 6ec4e25
.github/workflows/ci.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: "Setup environment"
143
run: |
144
pipx install poetry==1.8.5
145
- poetry config virtualenvs.prefer-active-python true
+ poetry config virtualenvs.create true --local
146
pip install invoke toml codecov
147
- name: "Install Package"
148
run: "poetry install --all-extras"
@@ -193,7 +193,7 @@ jobs:
193
194
195
196
197
198
199
0 commit comments