File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Build site
1
+ name : Test building site with conda environment
2
2
3
3
on :
4
4
push :
7
7
pull_request :
8
8
branches :
9
9
- main
10
+ schedule :
11
+ - cron : ' 0 5 * * 1'
12
+ workflow_dispatch :
10
13
11
14
jobs :
12
15
test :
@@ -21,16 +24,16 @@ jobs:
21
24
shell : bash -l {0}
22
25
23
26
steps :
24
- - uses : actions/checkout@v3
25
- - uses : conda-incubator/setup-miniconda@v2
27
+ - uses : actions/checkout@v4
28
+ - uses : conda-incubator/setup-miniconda@v3
26
29
with :
27
30
auto-update-conda : true
28
31
activate-environment : numpy-tutorials
29
32
environment-file : environment.yml
30
33
miniforge-variant : Mambaforge
31
34
miniforge-version : latest
32
35
use-mamba : true
33
- python-version : " 3.10 "
36
+ python-version : " 3.11 "
34
37
auto-activate-base : false
35
38
- name : inspect and build
36
39
id : build_step
You can’t perform that action at this time.
0 commit comments