Skip to content

Commit 862653c

Browse files
committed
DOC: Add micromamba URL to setup action for clarity
1 parent d86732c commit 862653c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-conda/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
- name: Install ${{ inputs.environment-file }}
1010
uses: mamba-org/setup-micromamba@v1 # Changed from @v2 to @v1 for stability
1111
with:
12+
micromamba-url: https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64
1213
environment-file: ${{ inputs.environment-file }}
1314
environment-name: test
1415
condarc-file: ci/.condarc

0 commit comments

Comments
 (0)