Skip to content

Commit

Permalink
CI: Pin micromamba to 1.x (pandas-dev#59912)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach authored Sep 28, 2024
1 parent 23c497b commit 5ced458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ runs:
- name: Install ${{ inputs.environment-file }}
uses: mamba-org/setup-micromamba@v1
with:
# Pinning to avoid 2.0 failures
micromamba-version: '1.5.10-0'
environment-file: ${{ inputs.environment-file }}
environment-name: test
condarc-file: ci/.condarc
Expand Down

0 comments on commit 5ced458

Please sign in to comment.