Skip to content

Commit 60a104d

Browse files
committed
for docs downgrading to python 3.11
1 parent b0af91e commit 60a104d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- name: Set up Python 3.13
31+
- name: Set up Python 3.11
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: '3.13'
34+
python-version: '3.11'
3535

3636
- name: Add conda to system path
3737
run: |

environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
dependencies:
77
# Core runtime (mirrors environment.yml)
8-
- python=3.13
8+
- python=3.11
99
- pip
1010
- ipykernel
1111
- decorator

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- cadwr-dms
55
- nodefaults
66
dependencies:
7-
- python=3.13
7+
- python=3.11
88
- pip
99
- ipykernel
1010
- decorator

0 commit comments

Comments
 (0)