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

Pin conda-build to 3.16 to avoid...

parent fa8d1d85
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,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 curl conda-build=3.16
# 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.
Finish editing this message first!
Please register or to comment