Skip to content

Commit

Permalink
AppVeyor micromamba shell init -p -> --root-prefix
Browse files Browse the repository at this point in the history
Use `--root-prefix`, not `-p`, to specify the root prefix in
the `mamba shell init` invocation in the AppVeyor config, since
the latter will be unsupported as of micromamba 2.0.

Closes #82.
  • Loading branch information
pont-us committed Jul 25, 2024
1 parent 5768c66 commit dea0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build_script:
- ls

# Set up micromamba
- ./micromamba shell init -s bash -p ~/micromamba
- ./micromamba shell init -s bash --root-prefix ~/micromamba
- source ~/.bashrc
- source ~/.profile
- hash -r
Expand Down

0 comments on commit dea0fb4

Please sign in to comment.