Skip to content

Commit

Permalink
CI: install pip with fix for isolated build environment on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Dec 7, 2022
1 parent e011261 commit 1fed365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ debian-11_task:
container:
dockerfile: ci/debian-11.docker
cpu: 1
fix-pip_script:
# see https:/pypa/pip/pull/11623
- python3 -m pip install --upgrade "pip @ git+https:/pypa/pip.git@refs/pull/11623/merge"
<< : *test

debian-unstable_task:
container:
dockerfile: ci/debian-unstable.docker
cpu: 1
fix-pip_script:
# see https:/pypa/pip/pull/11623
- python3 -m pip install --upgrade "pip @ git+https:/pypa/pip.git@refs/pull/11623/merge"
<< : *test

fedora-37_task:
Expand Down

0 comments on commit 1fed365

Please sign in to comment.