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

Activates conda environment as a default step

parent e1d0830c
No related branches found
No related tags found
No related merge requests found
...@@ -268,3 +268,6 @@ if [ -z "${CI_BUILD_TAG}" ]; then ...@@ -268,3 +268,6 @@ if [ -z "${CI_BUILD_TAG}" ]; then
else else
log_info "Building tag, not setting BOB_DOCUMENTATION_SERVER" log_info "Building tag, not setting BOB_DOCUMENTATION_SERVER"
fi fi
# Activates conda environment
run_cmd source ${BOB_PREFIX_PATH}/bin/activate `basename ${BOB_PREFIX_PATH}`
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