Skip to content
Snippets Groups Projects
Commit 488f61e3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] No need to install curl to build

parent 8cf11293
No related branches found
No related tags found
No related merge requests found
Pipeline #25772 passed
......@@ -25,7 +25,7 @@ echo "Contents of \`${CONDARC}':"
cat ${CONDARC}
# updates conda installation
run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3
run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 conda-build=3
# cleans up
run_cmd ${CONDA_ROOT}/bin/conda clean --lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment