Skip to content

Commit c94c81a

Browse files
committed
CI: install pip with fix for isolated build environment on Debian
1 parent e011261 commit c94c81a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cirrus.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ debian-11_task:
2121
container:
2222
dockerfile: ci/debian-11.docker
2323
cpu: 1
24+
fix-pip_script:
25+
# see https://github.com/pypa/pip/pull/11623
26+
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@refs/pull/11623/merge"
2427
<< : *test
2528

2629
debian-unstable_task:
2730
container:
2831
dockerfile: ci/debian-unstable.docker
2932
cpu: 1
33+
fix-pip_script:
34+
# see https://github.com/pypa/pip/pull/11623
35+
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@refs/pull/11623/merge"
3036
<< : *test
3137

3238
fedora-37_task:

0 commit comments

Comments
 (0)