We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421b778 commit 7cd4d2eCopy full SHA for 7cd4d2e
1 file changed
.github/workflows/docs.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
schedule:
9
# * is a special character in YAML so you have to quote this string
10
+ # weekly: runs at 8am UTC on Mondays
11
- cron: "0 8 * * 1"
12
13
jobs:
@@ -26,13 +27,13 @@ jobs:
26
27
with:
28
fetch-depth: 0
29
- - name: Setup Miniforge Python 3.9
30
+ - name: Setup Miniforge Python 3.11
31
uses: conda-incubator/setup-miniconda@v3
32
33
environment-file: environment.yml
34
miniforge-variant: Miniforge3
35
miniforge-version: latest
- python-version: "3.9"
36
+ python-version: "3.11"
37
activate-environment: rmg_env
38
auto-update-conda: true
39
show-channel-urls: true
0 commit comments