Skip to content

Commit 9a2bdb4

Browse files
committed
Update pip to latest version at start of deploy flow
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
1 parent 6da8fd7 commit 9a2bdb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- run: python -m pip install --upgrade pip
1415
- run: pip install mkdocs mkdocs-material
1516
- run: cd docs
1617
- run: mkdocs build -f mkdocs.yml

0 commit comments

Comments
 (0)