Skip to content

Commit 873b2f9

Browse files
.
1 parent 0f37223 commit 873b2f9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/actions/create-conda-envs/action.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/create-conda-envs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)