Skip to content

Commit a78b71a

Browse files
committed
CI: install pip with fix for isolated build environment on Debian
1 parent 88d7112 commit a78b71a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ test_template: &test
22
test_script:
33
- command -v python3
44
- python3 --version
5+
# Install pip with fix isolated build environments on Debian
6+
- python3 -m pip install --upgrade "pip @ https://github.com/pypa/pip.git@refs/pull/11623/merge"
57
- python3 -m pip install .[test]
68
- python3 -m pytest
79

0 commit comments

Comments
 (0)