diff --git a/ci/appveyor-cpp-setup.bat b/ci/appveyor-cpp-setup.bat index 5c4a11832d5ee..62ea727bc3e8e 100644 --- a/ci/appveyor-cpp-setup.bat +++ b/ci/appveyor-cpp-setup.bat @@ -67,7 +67,8 @@ set CONDA_PACKAGES=%CONDA_PACKAGES% --file=ci\conda_env_cpp.txt conda config --add channels conda-forge conda config --remove channels defaults @rem Arrow conda environment -mamba create -n arrow -y -c conda-forge ^ +mamba clean --all -y +mamba create -n arrow -y -c conda-forge -v ^ --file=ci\conda_env_python.txt ^ %CONDA_PACKAGES% ^ "ccache" ^