Skip to content

Commit

Permalink
Clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2024
1 parent b508284 commit 69b0626
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ conda info -a
@rem
@rem Install mamba to the base environment
@rem
@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
conda install -q -y -c conda-forge mamba python=%PYTHON% || exit /B

@rem Ensure using the latest information. If there are invalid caches,
@rem mamba may use invalid download URL.
mamba clean --all -y

@rem Update for newer CA certificates
mamba update -q -y -c conda-forge --all || exit /B
Expand All @@ -67,9 +70,6 @@ set CONDA_PACKAGES=%CONDA_PACKAGES% --file=ci\conda_env_cpp.txt
@rem Force conda to use conda-forge
conda config --add channels conda-forge
conda config --remove channels defaults
@rem Ensure using the latest information. If there are invalid caches,
@rem mamba may use invalid download URL.
mamba clean --all -y
@rem Arrow conda environment
mamba create -n arrow -y -c conda-forge ^
--file=ci\conda_env_python.txt ^
Expand Down

0 comments on commit 69b0626

Please sign in to comment.