Skip to content

Commit

Permalink
Fix pip version for mkdocs-master action (logicalclocks#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister authored Feb 4, 2022
1 parent 2bba9b7 commit 30c6596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.8'
run: pip3 install pip==22.0.3

- name: install deps
working-directory: ./python
Expand All @@ -35,4 +36,3 @@ jobs:
- name: mike deploy docs
run: mike deploy ${{ env.DEV_VERSION }} dev -u --push

2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.8'
run: pip3 install pip==22.0.3

- name: install deps
working-directory: ./python
Expand All @@ -35,4 +36,3 @@ jobs:
- name: mike deploy docs
run: mike deploy ${{ env.RELEASE_VERSION }} latest -u --push

0 comments on commit 30c6596

Please sign in to comment.