Skip to content
Snippets Groups Projects
Commit aab03a71 authored by Dominik Kutra's avatar Dominik Kutra
Browse files

add debug output, conda init

parent d280af52
Branches add-ci
No related tags found
No related merge requests found
Pipeline #10456 passed with stage
in 3 minutes and 46 seconds
......@@ -6,12 +6,19 @@ variables:
before_script:
- conda update -y -c conda-forge -c defaults conda
- conda init bash
- source /root/.bashrc
- 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
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