Skip to content

Commit

Permalink
apacheGH-44234: [CI][C++][AppVeyor] Pin Mamba to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2024
1 parent 242f98c commit b508284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ conda info -a
@rem
@rem Install mamba to the base environment
@rem
conda install -q -y -c conda-forge mamba python=%PYTHON% || exit /B
@rem GH-44234: "mamba update" with Mamba 2.0.0 failed
conda install -q -y -c conda-forge mamba=1.5.10 python=%PYTHON% || exit /B

@rem Update for newer CA certificates
mamba update -q -y -c conda-forge --all || exit /B
Expand Down

0 comments on commit b508284

Please sign in to comment.