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

Update .gitlab-ci.yml file

parent 04530471
No related branches found
No related tags found
No related merge requests found
Pipeline #76550 failed
......@@ -18,7 +18,7 @@ environment:
- conda env create -f environment.yaml -y
- source activate $CONDA_ENV_NAME
- pip install -U .
- conda env export --explicit -n $CONDA_ENV_NAME spec-file.yaml # Save the environment specifications
- conda env export -n $CONDA_ENV_NAME spec-file.yaml # Save the environment specifications
artifacts:
paths:
- spec-file.yaml # Save the environment specifications as an artifact
......
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