Skip to content
Snippets Groups Projects
Commit f6fc3f9c authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing icecream dependency for aidge_onnx

parent d9c52ee3
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ test:ubuntu_python: ...@@ -49,7 +49,7 @@ test:ubuntu_python:
- python -m pip list - python -m pip list
- > - >
if [[ "$CI_PROJECT_NAME" == "aidge_onnx" ]]; then if [[ "$CI_PROJECT_NAME" == "aidge_onnx" ]]; then
python -m pip install requests onnxruntime>=1.18.0 python -m pip install requests onnxruntime>=1.18.0 icecream
fi fi
script: script:
- cd ${CI_PROJECT_NAME} - cd ${CI_PROJECT_NAME}
......
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