Skip to content

Commit

Permalink
apacheGH-41964: WIP: [CI][C++] Debug mamba error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 6, 2024
1 parent ad897bb commit 0eca524
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 @@ -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" ^
Expand Down

0 comments on commit 0eca524

Please sign in to comment.