Skip to content

Commit

Permalink
Update builddocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney authored Oct 19, 2023
1 parent 506b0eb commit 28778d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: sudo apt-get update -y && sudo apt-get install -y pandoc
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Setup Python 3.8
python-version: '3.11'
- name: Setup Python 3.11
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Expand All @@ -42,4 +42,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/_build/html
path: docs/_build/html

0 comments on commit 28778d1

Please sign in to comment.