We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07dde5 commit a81d6cdCopy full SHA for a81d6cd
1 file changed
.github/workflows/test.yml
@@ -47,8 +47,6 @@ jobs:
47
run: |
48
pip install poetry
49
poetry config virtualenvs.in-project true
50
- - name: Python 3.10 workaround
51
- run: poetry config experimental.new-installer false
52
- name: Install dependencies
53
run: poetry install
54
- name: Run pytest
0 commit comments