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

Update .gitlab-ci.yml file

parent 99daa4ca
No related branches found
No related tags found
No related merge requests found
Pipeline #76574 failed
......@@ -10,6 +10,7 @@ variables:
before_script:
- conda env create --name $CONDA_ENV_NAME --file spec-file.yaml -y
- source activate $CONDA_ENV_NAME
- pip install -U .
environment:
stage: build
......@@ -17,6 +18,7 @@ environment:
- echo "Creating an environment"
- conda env create -f environment.yaml -y
- source activate $CONDA_ENV_NAME
- pip uninstall cloudify
# - pip install -U .
- conda env export -n $CONDA_ENV_NAME >spec-file.yaml # Save the environment specifications
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