Skip to content

Commit

Permalink
Revert "Pin micromamba version in integration test"
Browse files Browse the repository at this point in the history
This reverts commit 440fbb1.
  • Loading branch information
maresb committed Oct 3, 2024
1 parent af1079f commit d4ef742
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ jobs:
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v2
with:
# # Temporarily pin the version due to
# # <https://github.com/mamba-org/mamba/issues/3467>
# micromamba-version: ${{ env.MICROMAMBA_VERSION }}
micromamba-version: 1.5.10-0
micromamba-version: ${{ env.MICROMAMBA_VERSION }}
init-shell: bash
- name: Download lockfiles
uses: actions/download-artifact@v4
Expand Down

0 comments on commit d4ef742

Please sign in to comment.