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

Update .gitlab-ci.yml

parent 6113d298
No related branches found
No related tags found
No related merge requests found
Pipeline #76626 passed
...@@ -18,7 +18,7 @@ environment: ...@@ -18,7 +18,7 @@ environment:
- echo "Creating an environment" - echo "Creating an environment"
- conda env create -f environment.yaml -y - conda env create -f environment.yaml -y
- source activate $CONDA_ENV_NAME - source activate $CONDA_ENV_NAME
- pip uninstall cloudify -y # - pip uninstall cloudify -y
# - pip install -U . # - pip install -U .
- conda env export -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: artifacts:
......
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