Skip to content

Commit

Permalink
stick with python 3.8 for docs builds for now (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Nov 29, 2022
1 parent 86efac7 commit 53f322f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: actions/checkout@v3
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
Expand Down

0 comments on commit 53f322f

Please sign in to comment.