Skip to content
Snippets Groups Projects
Commit 1b45fa5f authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

Update .gitlab-ci.yml file

parent 8230377c
No related branches found
No related tags found
No related merge requests found
Pipeline #6944 failed
...@@ -13,6 +13,8 @@ image: continuumio/miniconda3:latest ...@@ -13,6 +13,8 @@ image: continuumio/miniconda3:latest
before_script: before_script:
- conda create -n ntrfc python=3.9 - conda create -n ntrfc python=3.9
- conda init bash
- source ~/.bashrc # <- !!!
- conda activate ntrfc - conda activate ntrfc
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
......
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