Skip to content

Commit

Permalink
Backport PR matplotlib#28934: ci: Unpin micromamba again
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic authored and meeseeksmachine committed Nov 26, 2024
1 parent 82f7254 commit ea45074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ cache:

init:
- ps:
# Pinned due to https://github.com/mamba-org/mamba/issues/3467
Invoke-Webrequest
-URI https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-win-64.tar.bz2
-URI https://micro.mamba.pm/api/micromamba/win-64/latest
-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\
- 'set PATH=C:\projects\Library\bin;%PATH%'
- micromamba shell init --shell cmd.exe
- micromamba config set always_yes true
- micromamba config prepend channels conda-forge
- micromamba info

install:
- micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
Expand Down

0 comments on commit ea45074

Please sign in to comment.