Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
manifest-rules
Commits
f547cb68
Commit
f547cb68
authored
Nov 30, 2021
by
Paul McCarthy
🚵
Browse files
BF: Use ${CONDABIN}
parent
b379727f
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifest-gitlab-ci.yml
View file @
f547cb68
...
...
@@ -18,9 +18,9 @@ default:
export CONDA_PKGS_DIRS=$(pwd)/conda-dir/.pkgs;
CONDABIN=$(which conda || echo "${HOME}/miniconda3/bin/conda");
CONDABINDIR=$(dirname ${CONDABIN})/../bin/;
conda
create -c conda-forge -p ./env python=3.9;
${CONDABIN}
create -c conda-forge -p ./env python=3.9;
if [ -f "$CONDABINDIR"/activate ]; then source $CONDABINDIR/activate ./env;
else
conda
activate ./env; fi;
else
${CONDABIN}
activate ./env; fi;
python -m pip install git+https://git.fmrib.ox.ac.uk/fsl/conda/fsl-ci-rules.git;
python -m pip install git+https://git.fmrib.ox.ac.uk/fsl/conda/manifest-rules.git;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment