From b3eece91195f7bf782341e0b89a5a07ee06b9b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire?= <gregoire.kubler@proton.me> Date: Mon, 29 Jul 2024 14:37:36 +0200 Subject: [PATCH] fix : missing deps install --- .gitlab/ci/ubuntu_python.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/ubuntu_python.gitlab-ci.yml b/.gitlab/ci/ubuntu_python.gitlab-ci.yml index e881c3f..38572c2 100644 --- a/.gitlab/ci/ubuntu_python.gitlab-ci.yml +++ b/.gitlab/ci/ubuntu_python.gitlab-ci.yml @@ -80,6 +80,7 @@ coverage:ubuntu_python: - apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests - source venv/bin/activate - python -m pip install numpy coverage requests unittest-xml-reporting + - !reference [.retrieve_deps:apt, script] script: - cd ${CI_PROJECT_NAME} # Retrieve the installation path of the module, since it is installed with pip. -- GitLab