Skip to content

Commit

Permalink
Update pip before installing docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Szubie committed Sep 29, 2024
1 parent 5e2e4f2 commit 3c8fe96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Update pip
run: |
pip install -U pip
- name: Install dependencies
run: |
pip install -r docs_requirements.txt
Expand Down

0 comments on commit 3c8fe96

Please sign in to comment.