Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo committed Sep 4, 2023
1 parent 428a2ac commit fc0e193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-sphinx-and-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
python-version: '3.10'

- name: "Upgrade pip"
run: |
pip3 install --upgrade pip
- name: "Install prerequisites"
run: |
pip3 install -r docs/requirements.txt
Expand Down

0 comments on commit fc0e193

Please sign in to comment.