Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo committed Sep 7, 2023
1 parent 428a2ac commit c581c42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 All @@ -21,8 +25,9 @@ jobs:
with:
docs-folder: "docs/"
pre-build-command: |
pip3 install --upgrade pip
sphinx-apidoc -f grafanalib -o docs/api
python setup.py install --user
python3 setup.py install --user
build-command: "make html"

- name: Link Checker
Expand Down

0 comments on commit c581c42

Please sign in to comment.