Loading .gitlab/ci/ubuntu_python.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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} Loading Loading
.gitlab/ci/ubuntu_python.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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} Loading