We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb893 commit 7ba2ed9Copy full SHA for 7ba2ed9
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
poetry config virtualenvs.create false
37
+ poetry self add [email protected] # https://github.com/python-poetry/poetry/issues/10378#issuecomment-2858311161
38
poetry install
39
- name: Run tests
40
run: python -m pytest tests
0 commit comments