File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
actions/create-conda-envs Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,10 @@ runs:
2929 fi
3030 echo "CYLC_RELEASE=$CYLC_RELEASE" >> "${GITHUB_ENV}"
3131
32- - shell : bash
33- working-directory : ${{ inputs.working_directory }}
34- run : |
35- # use mamba (much faster)
36- # use this when released: https://github.com/mamba-org/setup-mamba
37- conda install -n base -c conda-forge -y mamba
32+ - name : setup micromamba
33+ uses : mamba-org/setup-micromamba@v2
3834
39- - shell : bash
35+ - shell : bash -el {0}
4036 working-directory : ${{ inputs.working_directory }}
4137 run : |
4238 for env_file in $(echo src/reference/environments/envs/*.yml); do
Original file line number Diff line number Diff line change 2424 timeout-minutes : 30
2525 strategy :
2626 matrix :
27- python : [3.7, 3. 8, 3.9]
27+ python : [3.8, 3.9]
2828 steps :
2929 - name : checkout cylc-doc
3030 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments