File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ cache:
45
45
46
46
init :
47
47
- ps :
48
- # Pinned due to https://github.com/mamba-org/mamba/issues/3467
49
48
Invoke-Webrequest
50
- -URI https://github.com/ mamba-org/micromamba-releases/releases/download/1.5.10-0/ micromamba- win-64.tar.bz2
49
+ -URI https://micro. mamba.pm/api/ micromamba/ win-64/latest
51
50
-OutFile C:\projects\micromamba.tar.bz2
52
51
- ps : C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar.bz2 -aoa -oC:\projects\
53
52
- ps : C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar -ttar -aoa -oC:\projects\
54
53
- ' set PATH=C:\projects\Library\bin;%PATH%'
55
54
- micromamba shell init --shell cmd.exe
56
55
- micromamba config set always_yes true
57
56
- micromamba config prepend channels conda-forge
57
+ - micromamba info
58
58
59
59
install :
60
60
- micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
You can’t perform that action at this time.
0 commit comments