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

fix : missing deps install

parent 92948803
No related branches found
No related tags found
2 merge requests!9Fix/aidge backend opencv,!8multiple fixes
...@@ -80,6 +80,7 @@ coverage:ubuntu_python: ...@@ -80,6 +80,7 @@ coverage:ubuntu_python:
- apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests - apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests
- source venv/bin/activate - source venv/bin/activate
- python -m pip install numpy coverage requests unittest-xml-reporting - python -m pip install numpy coverage requests unittest-xml-reporting
- !reference [.retrieve_deps:apt, script]
script: script:
- cd ${CI_PROJECT_NAME} - cd ${CI_PROJECT_NAME}
# Retrieve the installation path of the module, since it is installed with pip. # Retrieve the installation path of the module, since it is installed with pip.
......
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