Skip to content

Commit

Permalink
dropping python version to match conda
Browse files Browse the repository at this point in the history
  • Loading branch information
thogar-computer committed Nov 2, 2023
1 parent 880a0d0 commit 225500c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-altimetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
activate-environment: coast
environment-file: external/environment.yml
python-version: 3.9.13
python-version: 3.8.10
- name: prep exec notebooks
run: |
conda info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
activate-environment: coast
environment-file: external/environment.yml
python-version: 3.9.13
python-version: 3.8.10
- name: prep exec notebooks
run: |
conda info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-gridded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
activate-environment: coast
environment-file: external/environment.yml
python-version: 3.9.13
python-version: 3.8.10
- name: prep exec notebooks
run: |
conda info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
activate-environment: coast
environment-file: external/environment.yml
python-version: 3.9.13
python-version: 3.8.10
- name: prep exec notebooks
run: |
conda info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-tidegauge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
activate-environment: coast
environment-file: external/environment.yml
python-version: 3.9.13
python-version: 3.8.10
- name: prep exec notebooks
run: |
conda info
Expand Down

0 comments on commit 225500c

Please sign in to comment.