Skip to content

Commit

Permalink
Update appveyor.yml for new micromamba version
Browse files Browse the repository at this point in the history
  • Loading branch information
pont-us committed Sep 26, 2024
1 parent 7be64a1 commit d81fc35
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 @@ -48,7 +48,7 @@ build_script:
- mkdir -p ~/micromamba/pkgs/
- export MAMBA_ROOT_PREFIX=~/micromamba
- export MAMBA_EXE=$(pwd)/micromamba
- . $MAMBA_ROOT_PREFIX/etc/profile.d/micromamba.sh
- . $MAMBA_ROOT_PREFIX/etc/profile.d/mamba.sh

# Create environment from build folder environment.yml and install xcube
- micromamba create --name xc --file $APPVEYOR_BUILD_FOLDER/environment.yml
Expand Down

0 comments on commit d81fc35

Please sign in to comment.