Skip to content
Snippets Groups Projects
Commit 4e7a3b64 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Activating the base environment is enough to have conda in the path

parent ebd5beca
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -4,10 +4,9 @@
source $(dirname ${0})/functions.sh
# Makes sure we activate the base environment if available
PATH=${CONDA_ROOT}/bin:${PATH}
export_env PATH
run_cmd source ${CONDA_ROOT}/etc/profile.d/conda.sh
run_cmd conda activate base
export_env PATH
run_cmd mkdir -p ./_ci/${OS_SLUG}/${PYTHON_VERSION}
......
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