Skip to content

Commit

Permalink
fix(ci): update micromamba for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Jan 10, 2025
1 parent c9a6cbb commit 2734e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
command: |
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
eval "$(./bin/micromamba shell hook -s posix)"
./bin/micromamba shell init -s bash -p ~/micromamba
./bin/micromamba shell init -s bash -r ~/micromamba
source ~/.bashrc
- checkout:
Expand Down

0 comments on commit 2734e52

Please sign in to comment.