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

Do not attempt to clean lock after build (only before)

parent 4e93aaa0
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ if [ ! -d ${PREFIX} ]; then
if [ "${ARCH}" == "macosx" ] && [ -e "${PREFIX}/lib/libjpeg.8.dylib" ]; then
run_cmd install_name_tool -id @rpath/libjpeg.8.dylib ${PREFIX}/lib/libjpeg.8.dylib
fi
run_cmd ${CONDA_FOLDER}/bin/conda clean --lock
else
log_warn "Prefix directory ${PREFIX} exists, not re-installing..."
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment