Skip to content

Commit 7ba2ed9

Browse files
committed
ci: Work around poetry/virtualenv wheel issue
Virtualenv change breaks older Poetry versions. For more background: python-poetry/poetry#10378 pypa/virtualenv#2883 Using fix mentioned here: python-poetry/poetry#10378 (comment)
1 parent 36eb893 commit 7ba2ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
poetry config virtualenvs.create false
37+
poetry self add [email protected] # https://github.com/python-poetry/poetry/issues/10378#issuecomment-2858311161
3738
poetry install
3839
- name: Run tests
3940
run: python -m pytest tests

0 commit comments

Comments
 (0)