We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e011261 commit c94c81aCopy full SHA for c94c81a
.cirrus.yml
@@ -21,12 +21,18 @@ debian-11_task:
21
container:
22
dockerfile: ci/debian-11.docker
23
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"
27
<< : *test
28
29
debian-unstable_task:
30
31
dockerfile: ci/debian-unstable.docker
32
33
34
35
36
37
38
fedora-37_task:
0 commit comments