Skip to content
Snippets Groups Projects
Commit 9f38a840 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

[GitLabCI] use venv in tests.

parent e1142535
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ test:ubuntu_python: ...@@ -15,6 +15,7 @@ test:ubuntu_python:
- docker - docker
image: n2d2-ci/ubuntu20.04/cpu:latest image: n2d2-ci/ubuntu20.04/cpu:latest
script: script:
- source venv/bin/activate
- cd aidge_core - cd aidge_core
- python3 -m pip list - python3 -m pip list
# Run on discovery all tests located in core/unit_tests/python and discard the stdout # Run on discovery all tests located in core/unit_tests/python and discard the stdout
......
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