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
Jean-Baptiste Delisle
samsam
Commits
6498e434
Commit
6498e434
authored
May 25, 2021
by
Jean-Baptiste Delisle
Browse files
use own miniconda install
parent
dbdc90bf
Pipeline
#27157
passed with stages
in 7 minutes and 34 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6498e434
...
...
@@ -8,7 +8,9 @@ stages:
Build distribution
:
stage
:
build
before_script
:
-
export PATH=$PATH:/home/projects/dacemgr/anaconda3/bin/
-
export PATH=$PATH:$PWD/../miniconda/bin/
-
source $PWD/../miniconda/etc/profile.d/conda.sh
-
conda update -n base -c defaults conda
-
conda env create -f samsam_env.yml
-
conda activate samsam
script
:
...
...
@@ -24,7 +26,8 @@ Build distribution:
Run test
:
stage
:
test
before_script
:
-
export PATH=$PATH:/home/projects/dacemgr/anaconda3/bin/
-
export PATH=$PATH:$PWD/../miniconda/bin/
-
source $PWD/../miniconda/etc/profile.d/conda.sh
-
conda env create -f samsam_env.yml
-
conda activate samsam
script
:
...
...
@@ -38,7 +41,8 @@ Run test:
Generate documentation
:
stage
:
documentation
before_script
:
-
export PATH=$PATH:/home/projects/dacemgr/anaconda3/bin/
-
export PATH=$PATH:$PWD/../miniconda/bin/
-
source $PWD/../miniconda/etc/profile.d/conda.sh
-
conda env create -f samsam_env.yml
-
conda activate samsam
script
:
...
...
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