Commit d6844fbd authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Revert icecream (useless)

parent 44046d78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ test:ubuntu_python:
    - python -m pip list
    - >
      if [[ "$CI_PROJECT_NAME" == "aidge_onnx" ]]; then
        python -m pip install requests onnxruntime>=1.18.0 icecream
        python -m pip install requests onnxruntime>=1.18.0
      fi
  script:
    - cd ${CI_PROJECT_NAME}