Skip to content

Commit

Permalink
Downgraded python version for doc building to 3.10 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Jul 18, 2024
1 parent 55bfee2 commit 6c5b408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
python-version: "3.11"
python-version: "3.10"

- name: Source Miniconda
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
python-version: "3.11"
python-version: "3.10"

- name: Source Miniconda
run: |
Expand Down

0 comments on commit 6c5b408

Please sign in to comment.