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.
1 parent 609dff1 commit 46937efCopy full SHA for 46937ef
.github/workflows/test.yml
@@ -34,6 +34,8 @@ jobs:
34
run: |
35
pip install poetry
36
poetry config virtualenvs.in-project true
37
+ - name: Python 3.10 workaround
38
+ run: poetry config experimental.new-installer false
39
- name: Install dependencies
40
run: poetry install
41
- name: Run pytest
0 commit comments