Skip to content
Snippets Groups Projects
Commit 86bc3e70 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add aidge_quantization dependencie for tests.

parent b7e0504c
No related branches found
No related tags found
No related merge requests found
Pipeline #72738 failed
...@@ -25,13 +25,13 @@ include: ...@@ -25,13 +25,13 @@ include:
test:ubuntu_python: test:ubuntu_python:
before_script: before_script:
- !reference [.setup:test:ubuntu_python, before_script] - !reference [.setup:test:ubuntu_python, before_script]
- DEPS_NAMES=("aidge_onnx") - DEPS_NAMES=("aidge_onnx", "aidge_quantization")
- DEPENDENCY_JOB="build:ubuntu_python" - DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, script] - !reference [.ubuntu:download:artifacts, script]
coverage:ubuntu_python: coverage:ubuntu_python:
before_script: before_script:
- !reference [.setup:coverage:ubuntu_python, before_script] - !reference [.setup:coverage:ubuntu_python, before_script]
- DEPS_NAMES=("aidge_onnx") - DEPS_NAMES=("aidge_onnx", "aidge_quantization")
- DEPENDENCY_JOB="build:ubuntu_python" - DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, script] - !reference [.ubuntu:download:artifacts, script]
\ No newline at end of file
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