Skip to content

Commit

Permalink
Backport PR pandas-dev#59912: CI: Pin micromamba to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach authored and meeseeksmachine committed Oct 2, 2024
1 parent 0691c5c commit 772db45
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 772db45

Please sign in to comment.