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

chore : debug + rm useless apt upd

parent b3eece91
No related branches found
No related tags found
2 merge requests!9Fix/aidge backend opencv,!8multiple fixes
...@@ -35,6 +35,7 @@ variables: ...@@ -35,6 +35,7 @@ variables:
# This job is here to handle dependencies install package specific dependencies # This job is here to handle dependencies install package specific dependencies
.retrieve_deps:apt: .retrieve_deps:apt:
script: script:
- set -x
- apt-get update -qq - apt-get update -qq
- > - >
case $CI_PROJECT_NAME in case $CI_PROJECT_NAME in
...@@ -53,3 +54,4 @@ variables: ...@@ -53,3 +54,4 @@ variables:
* ) * )
;; ;;
esac esac
- set +x
...@@ -76,11 +76,10 @@ coverage:ubuntu_python: ...@@ -76,11 +76,10 @@ coverage:ubuntu_python:
- docker - docker
before_script: before_script:
- apt-get update - !reference [.retrieve_deps:apt, script]
- apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests - apt-get install -y python-is-python3 python3-pip cmake # cmake for aidge_core tests
- source venv/bin/activate - source venv/bin/activate
- python -m pip install numpy coverage requests unittest-xml-reporting - python -m pip install numpy coverage requests unittest-xml-reporting
- !reference [.retrieve_deps:apt, script]
script: script:
- cd ${CI_PROJECT_NAME} - cd ${CI_PROJECT_NAME}
# Retrieve the installation path of the module, since it is installed with pip. # Retrieve the installation path of the module, since it is installed with pip.
......
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