File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ cache:
4545
4646init :
4747 - ps :
48- # Pinned due to https://github.com/mamba-org/mamba/issues/3467
4948 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
5150 -OutFile C:\projects\micromamba.tar.bz2
5251 - ps : C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar.bz2 -aoa -oC:\projects\
5352 - ps : C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar -ttar -aoa -oC:\projects\
5453 - ' set PATH=C:\projects\Library\bin;%PATH%'
5554 - micromamba shell init --shell cmd.exe
5655 - micromamba config set always_yes true
5756 - micromamba config prepend channels conda-forge
57+ - micromamba info
5858
5959install :
6060 - micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
You can’t perform that action at this time.
0 commit comments