Skip to content

Commit

Permalink
ci: Pin micromamba on AppVeyor to v1
Browse files Browse the repository at this point in the history
Version 2 appears to be broken WRT installing PyPI packages:
mamba-org/mamba#3467
  • Loading branch information
QuLogic committed Sep 30, 2024
1 parent a832706 commit aeeea07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ cache:

init:
- ps:
# Pinned due to https://github.com/mamba-org/mamba/issues/3467
Invoke-Webrequest
-URI https://micro.mamba.pm/api/micromamba/win-64/latest
-URI https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-win-64.tar.bz2
-OutFile C:\projects\micromamba.tar.bz2
- ps: C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar.bz2 -aoa -oC:\projects\
- ps: C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar -ttar -aoa -oC:\projects\
Expand Down

0 comments on commit aeeea07

Please sign in to comment.