Skip to content
Snippets Groups Projects
Commit 99daa4ca authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Update .gitlab-ci.yml file

parent 42db5abc
No related branches found
No related tags found
No related merge requests found
Pipeline #76562 failed
......@@ -17,7 +17,7 @@ environment:
- echo "Creating an environment"
- conda env create -f environment.yaml -y
- source activate $CONDA_ENV_NAME
- pip install -U .
# - pip install -U .
- conda env export -n $CONDA_ENV_NAME >spec-file.yaml # Save the environment specifications
artifacts:
paths:
......
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