From 6570a6d5e47189006ca90a880cd679bc979996ea Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Tue, 13 May 2025 17:58:20 +0000
Subject: [PATCH] Add torch dep for tests.

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8566525..8fd7451 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,8 @@ test:ubuntu_python:
     - DEPS_NAMES=("aidge_onnx" "aidge_quantization")
     - DEPENDENCY_JOB="build:ubuntu_python"
     - !reference [.ubuntu:download:artifacts, script]
-
+    # Need to install extra dependence for tests:
+    - python -m pip install torch
 coverage:ubuntu_python:
   before_script:
     - !reference [.setup:coverage:ubuntu_python, before_script]
-- 
GitLab