File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 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
22
33on :
44 push :
77 pull_request :
88 branches :
99 - main
10+ schedule :
11+ - cron : ' 0 5 * * 1'
12+ workflow_dispatch :
1013
1114jobs :
1215 test :
@@ -21,16 +24,16 @@ jobs:
2124 shell : bash -l {0}
2225
2326 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
2629 with :
2730 auto-update-conda : true
2831 activate-environment : numpy-tutorials
2932 environment-file : environment.yml
3033 miniforge-variant : Mambaforge
3134 miniforge-version : latest
3235 use-mamba : true
33- python-version : " 3.10 "
36+ python-version : " 3.11 "
3437 auto-activate-base : false
3538 - name : inspect and build
3639 id : build_step
You can’t perform that action at this time.
0 commit comments