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. Also go ahead and remove the manual environment name, since
that's completely unused.
  • Loading branch information
dopplershift committed Nov 6, 2024
1 parent 618592f commit 9c37784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-conda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Set up Python ${{ inputs.python-version }}
uses: mamba-org/setup-micromamba@v2
with:
environment-name: CI
micromamba-version: 2.0.2-2
create-args: python=${{ inputs.python-version }}
condarc: |
channels:
Expand Down

0 comments on commit 9c37784

Please sign in to comment.