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 f1bd8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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 create -n arrow -y -c conda-forge -vvvv ^
--file=ci\conda_env_python.txt ^
%CONDA_PACKAGES% ^
"ccache" ^
Expand Down

0 comments on commit f1bd8a2

Please sign in to comment.