Skip to content

Commit

Permalink
Merge pull request #3679 from dopplershift/fix-mamba
Browse files Browse the repository at this point in the history
Fix windows environment setup with micromamba
  • Loading branch information
dopplershift authored Nov 6, 2024
2 parents 618592f + af5c904 commit 86f704d
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 86f704d

Please sign in to comment.