Skip to content
Snippets Groups Projects
Commit 5e2f412b authored by Stefano Borini's avatar Stefano Borini
Browse files

Remove EDM requirements installation (we have none)

parent 5b8b90e2
No related branches found
No related tags found
1 merge request!81Remove EDM requirements installation (we have none)
...@@ -13,7 +13,6 @@ before_install: ...@@ -13,7 +13,6 @@ before_install:
- export PATH=${HOME}/edm/bin:${PATH} - export PATH=${HOME}/edm/bin:${PATH}
- edm environments create --version ${PYTHON_VERSION} force - edm environments create --version ${PYTHON_VERSION} force
- . $HOME/.edm/envs/force/bin/activate - . $HOME/.edm/envs/force/bin/activate
- cat requirements/edm_requirements.txt | grep -v "^#" | while read line; do edm install -y `echo $line | awk '{print $1"=="$2}'`; done
install: install:
- pip install -r requirements/requirements.txt - pip install -r requirements/requirements.txt
- pip install -e . - pip install -e .
......
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