Skip to content

Commit

Permalink
Temporarily targets unreleased pip 22.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 22, 2022
1 parent 8ac230c commit dcc3e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ jobs:
# Pip
- name: Upgrade pip and setuptools
run: |
python -m pip install --upgrade setuptools pip
python -m pip install --upgrade setuptools
# XXX Target development pip version while we wait for a 22.2.1 release.
python -m pip install --upgrade "pip @ git+https://github.com/pypa/pip.git@0d4e9eb72253c008f2790482e664ce92198c5240"
# Pipx
- name: Install pipx
Expand Down

0 comments on commit dcc3e29

Please sign in to comment.