Skip to content

Commit

Permalink
Update pip to latest version at start of deploy flow
Browse files Browse the repository at this point in the history
Currently, pip 22.0.2 is being used, which is broken:
pypa/pip#10851

upgrading to the latest version makes our docs deployment work again
  • Loading branch information
guilherme-gm committed Apr 21, 2024
1 parent 6da8fd7 commit 9a2bdb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: python -m pip install --upgrade pip
- run: pip install mkdocs mkdocs-material
- run: cd docs
- run: mkdocs build -f mkdocs.yml
Expand Down

0 comments on commit 9a2bdb4

Please sign in to comment.