Skip to content

Commit 46937ef

Browse files
committed
workaround
1 parent 609dff1 commit 46937ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: |
3535
pip install poetry
3636
poetry config virtualenvs.in-project true
37+
- name: Python 3.10 workaround
38+
run: poetry config experimental.new-installer false
3739
- name: Install dependencies
3840
run: poetry install
3941
- name: Run pytest

0 commit comments

Comments
 (0)