Skip to content

Commit cc8f05f

Browse files
committed
ci: Pin micromamba on AppVeyor to v1
Version 2 appears to be broken WRT installing PyPI packages: mamba-org/mamba#3467
1 parent 9bb5dc6 commit cc8f05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ cache:
4545

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

0 commit comments

Comments
 (0)