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 88d7112 commit 9b0a76dCopy full SHA for 9b0a76d
.cirrus.yml
@@ -2,6 +2,8 @@ test_template: &test
2
test_script:
3
- command -v python3
4
- python3 --version
5
+ # Install pip with fix isolated build environments on Debian
6
+ - python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@refs/pull/11623/merge"
7
- python3 -m pip install .[test]
8
- python3 -m pytest
9
0 commit comments