Skip to content
Snippets Groups Projects
Commit 415de783 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : activate venv bfore installing

parent 79532891
No related branches found
No related tags found
1 merge request!7fix : disabling windows release & -DWERROR=1 + dependencies fix
......@@ -78,9 +78,9 @@ coverage:ubuntu_python:
before_script:
- apt-get update
- apt-get install -y python-is-python3 python3-pip
- source venv/bin/activate
- python -m pip install numpy coverage requests
script:
- source venv/bin/activate
- cd ${CI_PROJECT_NAME}
# Retrieve the installation path of the module, since it is installed with pip.
- export MODULE_LOCATION=`python -c "import ${CI_PROJECT_NAME} as _; print(_.__path__[0])"`
......
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