Skip to content

Commit

Permalink
try py 311
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 17, 2024
1 parent 18e1e1f commit 476efb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
miniforge-variant: Mambaforge
activate-environment: cge_env
environment-file: environment.yml
python-version: "3.12"
python-version: "3.11"
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
miniforge-variant: Mambaforge
activate-environment: cge_env
environment-file: environment.yml
python-version: "3.12"
python-version: "3.11"
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down

0 comments on commit 476efb3

Please sign in to comment.