Skip to content

Commit

Permalink
CI: Fix windows environment setup with micromamba
Browse files Browse the repository at this point in the history
Apparently broken by micromamba 2.0.3, so fix version back to something
that works.
  • Loading branch information
dopplershift committed Nov 6, 2024
1 parent 618592f commit af5c904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ runs:
- name: Set up Python ${{ inputs.python-version }}
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: 2.0.2-2
# Name is needed for caching
environment-name: CI
create-args: python=${{ inputs.python-version }}
condarc: |
Expand Down

0 comments on commit af5c904

Please sign in to comment.