Skip to content

Commit

Permalink
Update Cirrus config to use a restricted version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Feb 12, 2021
1 parent 5d6a2e6 commit 1583f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ test_task:
- pkg install -y git-lite $PYPACKAGE $SQLPACKAGE
pip_script:
- $PYTHON -m ensurepip
- $PYTHON -m pip install -U pip tox
- $PYTHON -m pip install -U --pre poetry
- $PYTHON -m pip install -U pip~=20.3 tox
- $PYTHON -m pip install --use-deprecated=legacy-resolver -U --pre poetry
- poetry config virtualenvs.in-project true
tox_script: $PYTHON -m tox -e py -- -q --junitxml=junit.xml tests
on_failure:
Expand Down

0 comments on commit 1583f26

Please sign in to comment.