Skip to content

Commit

Permalink
Fix the documentation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Jun 14, 2021
1 parent 6126e42 commit 24db6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- run: |
git fetch --prune --unshallow
git checkout gh-pages
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.7'
- run: python -m pip install --upgrade tox
- run: sudo apt install graphviz
- env:
Expand Down

0 comments on commit 24db6b6

Please sign in to comment.