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

fix : missing onnxruntime dependency for coverage job

required for MR aidge_onnx!75
parent d86cbe7f
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ coverage:ubuntu_python: ...@@ -76,7 +76,7 @@ coverage:ubuntu_python:
- source venv/bin/activate - source venv/bin/activate
- which python - which python
- python -m pip list - python -m pip list
- python -m pip install numpy coverage requests unittest-xml-reporting pytest - python -m pip install numpy coverage requests unittest-xml-reporting pytest onnxruntime
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