Skip to content

Commit

Permalink
CI: upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 28, 2024
1 parent 6e16f61 commit f1b9c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Show Python version
run: |
python --version
- name: Upgrade pip
run: |
$PIP install pip --upgrade
- name: Install Sphinx
env:
# DeprecationWarning: Unimplemented abstract methods {'locate_file'}
Expand Down

0 comments on commit f1b9c48

Please sign in to comment.