Skip to content

Commit 61602d9

Browse files
committed
DOC: Change micromamba version to v1 for stability in CI setup
1 parent d54519b commit 61602d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
using: composite
88
steps:
99
- name: Install ${{ inputs.environment-file }}
10-
uses: mamba-org/setup-micromamba@v2
10+
uses: mamba-org/setup-micromamba@v1 # Changed from @v2 to @v1 for stability
1111
with:
1212
environment-file: ${{ inputs.environment-file }}
1313
environment-name: test
@@ -19,4 +19,4 @@ runs:
1919
if: ${{ env.REMOVE_PYARROW == '1' }}
2020
run: |
2121
micromamba remove -y pyarrow
22-
shell: bash -el {0}
22+
shell: bash -el {0}

0 commit comments

Comments
 (0)