Skip to content

Commit

Permalink
use python 3.10 because ci fails with 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nseyler1 committed Nov 13, 2023
1 parent 7dc2007 commit 48f9cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- name: Setup documentation dependencies
run: pip install -r docs/requirements.txt
- name: Build documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'
- name: Setup Sphinx
run: pip install -r docs/requirements.txt
- name: Setup documentation dependencies
Expand Down

0 comments on commit 48f9cf3

Please sign in to comment.