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
fsl-ci-rules
Commits
fcc69da5
Commit
fcc69da5
authored
Sep 17, 2021
by
Paul McCarthy
🚵
Browse files
RF: Install python 3.9, rather than the host default (which was 3.8 on my
macbook, which was ok. but is 2.7 on the new deploy runner)
parent
35a9d0c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/fsl-ci-job-template.yml
View file @
fcc69da5
...
...
@@ -72,7 +72,7 @@
# dir, and install fsl-ci-rules into it
-
if [ "$DOCKER" == "0" ]; then
CONDADIR=$(dirname $(which conda))
conda create -y -p ${FSL_CI_CONFIG_DIR}/env -c conda-forge python=
$(python -V | cut -d ' ' -f 2)
;
conda create -y -p ${FSL_CI_CONFIG_DIR}/env -c conda-forge python=
3.9
;
source $CONDADIR/bin/activate ${FSL_CI_CONFIG_DIR}/env;
fi
-
if [ "$CI_PROJECT_PATH" == "fsl/fsl-ci-rules" ]; then
...
...
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