Skip to content

Commit

Permalink
Merge pull request #125 from MaxGhenis/pyversion
Browse files Browse the repository at this point in the history
Use Python 3.8 for jupyter-book
  • Loading branch information
MaxGhenis committed Sep 8, 2020
2 parents b4f4951 + 0235bfa commit 03519d0
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_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
activate-environment: microdf
environment-file: environment.yml
python-version: 3.7
python-version: 3.8
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
activate-environment: microdf
environment-file: environment.yml
python-version: 3.7
python-version: 3.8
auto-activate-base: false

- name: Build # Build Jupyter Book
Expand Down

0 comments on commit 03519d0

Please sign in to comment.