Skip to content
Snippets Groups Projects
Commit 1639c65d authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : add missing test dep for aidge_core

parent 7abddc1c
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,10 @@ variables: ...@@ -44,6 +44,10 @@ variables:
fi fi
- > - >
case $CI_PROJECT_NAME in case $CI_PROJECT_NAME in
"aidge_core" )
if [[ "$CI_JOB_NAME" =~ "test.*ubuntu_cpp" ]]; then
apt-get install -y -qq git
;;
"aidge_backend_cuda" ) "aidge_backend_cuda" )
apt-get install -y -qq libcudnn8-dev apt-get install -y -qq libcudnn8-dev
# install &configure nvidia container toolkit for cuda repo releases # install &configure nvidia container toolkit for cuda repo releases
......
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