Skip to content

Commit

Permalink
CI: pip fix has been merged into the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Jan 15, 2023
1 parent 8afc304 commit babdf70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debian-11_task:
cpu: 1
fix-pip_script:
# see https://github.com/pypa/pip/pull/11623
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@refs/pull/11623/merge"
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@a057c9bc99ad7eab2e3b1539e79eee7d9a923f4f"
<< : *test

debian-unstable_task:
Expand All @@ -32,7 +32,7 @@ debian-unstable_task:
cpu: 1
fix-pip_script:
# see https://github.com/pypa/pip/pull/11623
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@refs/pull/11623/merge"
- python3 -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@a057c9bc99ad7eab2e3b1539e79eee7d9a923f4f"
<< : *test

fedora-37_task:
Expand Down

0 comments on commit babdf70

Please sign in to comment.