We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f573a8 commit cbd969bCopy full SHA for cbd969b
.github/workflows/python-tests.yml
@@ -23,6 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
python -m pip install poetry
25
rm poetry.lock
26
+ poetry config experimental.new-installer false
27
poetry env use system
28
poetry install --no-root
29
- name: Test with pytest
0 commit comments