Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-bio-it
image-analysis-with-python
Commits
40c05a4c
Commit
40c05a4c
authored
Jul 04, 2019
by
Dominik Kutra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some debug output
parent
3b8a4048
Pipeline
#10447
failed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
No files found.
.gitlab-ci.yml
View file @
40c05a4c
...
...
@@ -8,10 +8,15 @@ before_script:
-
conda update -y -c conda-forge -c defaults conda
-
conda env create -n ${TEST_ENV_NAME} --file environment.yml
-
conda install -c conda-forge -c defaults -n ${TEST_ENV_NAME} jupyter
-
conda activate ${TEST_ENV_NAME}
-
conda list
-
which python
test
:
stage
:
test
script
:
-
conda activate ${TEST_ENV_NAME}
-
which python
-
conda list
-
echo ${PATH}
-
jupyter nbconvert --to notebook --ExecutePreprocessor.kernel_name=python3 --execute image-analysis-session/*.ipynb
Write
Preview
Markdown
is supported
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