Skip to content

Commit

Permalink
bum setup micromamba version fixes #1299
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended authored Oct 9, 2024
1 parent f8e41f0 commit d2203c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ jobs:
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
- name: Mamba setup
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '2.0.0-0'
environment-file: environment.yml
cache-downloads: true

Expand Down

0 comments on commit d2203c0

Please sign in to comment.