Skip to content
Snippets Groups Projects

Temporary downgrade conda-build.

Merged Amir MOHAMMADI requested to merge p1 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':"
@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':"
cat ${CONDARC}
cat ${CONDARC}
# updates conda installation
# 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.10.3
# cleans up
# cleans up
run_cmd ${CONDA_ROOT}/bin/conda clean --lock
run_cmd ${CONDA_ROOT}/bin/conda clean --lock
Loading