Skip to content
Snippets Groups Projects
Commit 6aca7d9f authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #81 from force-h2020/remove-edm-requirements-installation

Remove EDM requirements installation (we have none)
parents 5b8b90e2 5e2f412b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ before_install:
- export PATH=${HOME}/edm/bin:${PATH}
- edm environments create --version ${PYTHON_VERSION} force
- . $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:
- pip install -r requirements/requirements.txt
- 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