Skip to content

Commit 7cd4d2e

Browse files
committed
Documentation building CI upgrade to Python 3.11
1 parent 421b778 commit 7cd4d2e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
schedule:
99
# * is a special character in YAML so you have to quote this string
10+
# weekly: runs at 8am UTC on Mondays
1011
- cron: "0 8 * * 1"
1112

1213
jobs:
@@ -26,13 +27,13 @@ jobs:
2627
with:
2728
fetch-depth: 0
2829

29-
- name: Setup Miniforge Python 3.9
30+
- name: Setup Miniforge Python 3.11
3031
uses: conda-incubator/setup-miniconda@v3
3132
with:
3233
environment-file: environment.yml
3334
miniforge-variant: Miniforge3
3435
miniforge-version: latest
35-
python-version: "3.9"
36+
python-version: "3.11"
3637
activate-environment: rmg_env
3738
auto-update-conda: true
3839
show-channel-urls: true

0 commit comments

Comments
 (0)