From d9c52ee351906d002eeeb7275264c2256fe27fd1 Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Sun, 16 Mar 2025 12:52:32 +0000 Subject: [PATCH] Added icecream dependency for aidge_onnx --- .gitlab/ci/ubuntu_python.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/ubuntu_python.gitlab-ci.yml b/.gitlab/ci/ubuntu_python.gitlab-ci.yml index 5cdd941..d52a802 100644 --- a/.gitlab/ci/ubuntu_python.gitlab-ci.yml +++ b/.gitlab/ci/ubuntu_python.gitlab-ci.yml @@ -79,7 +79,7 @@ coverage:ubuntu_python: - python -m pip install numpy coverage requests unittest-xml-reporting - > if [[ "$CI_PROJECT_NAME" == "aidge_onnx" ]]; then - python -m pip install pytest onnxruntime>=1.18.0 + python -m pip install pytest onnxruntime>=1.18.0 icecream fi script: - cd ${CI_PROJECT_NAME} -- GitLab