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

feat : override before_script to retrieve test dependency

parent 0046fe5e
No related branches found
No related tags found
1 merge request!3feat/release_pip
Pipeline #52249 failed
...@@ -20,3 +20,23 @@ include: ...@@ -20,3 +20,23 @@ include:
- '.gitlab/ci/release/pip.gitlab-ci.yml' - '.gitlab/ci/release/pip.gitlab-ci.yml'
# Since aidge_onnx is a pure python package building on windows and on ubuntu doesn't differ # Since aidge_onnx is a pure python package building on windows and on ubuntu doesn't differ
# - '.gitlab/ci/windows_python.gitlab-ci.yml' # - '.gitlab/ci/windows_python.gitlab-ci.yml'
test:ubuntu_python:
before_script:
- !reference [.retrieve_deps:apt, script]
- source venv/bin/activate
- python -m pip install numpy unittest-xml-reporting
- python -m pip list
- DEPS_NAMES=("aidge_learning")
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, script]
coverage:ubuntu_python:
before_script:
- !reference [.retrieve_deps:apt, script]
- source venv/bin/activate
- python -m pip install numpy coverage
- DEPS_NAMES=("aidge_learning")
- DEPENDENCY_JOB="build:ubuntu_python"
- !reference [.ubuntu:download:artifacts, script]
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