Skip to content

Commit cbd969b

Browse files
committed
Work around problem with old poetry version
1 parent 4f573a8 commit cbd969b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install poetry
2525
rm poetry.lock
26+
poetry config experimental.new-installer false
2627
poetry env use system
2728
poetry install --no-root
2829
- name: Test with pytest

0 commit comments

Comments
 (0)