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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ coverage:ubuntu_python:
    - source venv/bin/activate
    - which python
    - 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:
    - cd ${CI_PROJECT_NAME}
    # Retrieve the installation path of the module, since it is installed with pip.