Skip to content

Commit 12953fc

Browse files
committed
DOC: Fix indentation for micromamba URL in setup-conda action
1 parent e36e143 commit 12953fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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
12+
micromamba-url: https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-linux-64
1313
environment-file: ${{ inputs.environment-file }}
1414
environment-name: test
1515
condarc-file: ci/.condarc

0 commit comments

Comments
 (0)