We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6a2e6 commit c8111b1Copy full SHA for c8111b1
.cirrus.yml
@@ -16,7 +16,7 @@ test_task:
16
pip_script:
17
- $PYTHON -m ensurepip
18
- $PYTHON -m pip install -U pip tox
19
- - $PYTHON -m pip install -U --pre poetry
+ - $PYTHON -m pip install --use-deprecated=legacy-resolver -U --pre poetry
20
- poetry config virtualenvs.in-project true
21
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests
22
on_failure:
0 commit comments