Skip to content

Commit c8111b1

Browse files
committed
Update Cirrus config to use the legacy resolver of pip
1 parent 5d6a2e6 commit c8111b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_task:
1616
pip_script:
1717
- $PYTHON -m ensurepip
1818
- $PYTHON -m pip install -U pip tox
19-
- $PYTHON -m pip install -U --pre poetry
19+
- $PYTHON -m pip install --use-deprecated=legacy-resolver -U --pre poetry
2020
- poetry config virtualenvs.in-project true
2121
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests
2222
on_failure:

0 commit comments

Comments
 (0)