Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jan 6, 2025
1 parent 0f37223 commit 873b2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/actions/create-conda-envs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ runs:
fi
echo "CYLC_RELEASE=$CYLC_RELEASE" >> "${GITHUB_ENV}"
- shell: bash
working-directory: ${{ inputs.working_directory }}
run: |
# use mamba (much faster)
# use this when released: https://github.com/mamba-org/setup-mamba
conda install -n base -c conda-forge -y mamba
- name: setup micromamba
uses: mamba-org/setup-micromamba@v2

- shell: bash
- shell: bash -el {0}
working-directory: ${{ inputs.working_directory }}
run: |
for env_file in $(echo src/reference/environments/envs/*.yml); do
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-conda-envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python: [3.7, 3.8, 3.9]
python: [3.8, 3.9]
steps:
- name: checkout cylc-doc
uses: actions/checkout@v4
Expand Down

0 comments on commit 873b2f9

Please sign in to comment.