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

[GitLabCI] Install numpy for python unittests.

parent bea20cdd
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ test:ubuntu_python:
script:
- source venv/bin/activate
- cd aidge_backend_cpu
- python3 -m pip install numpy
- python3 -m pip list
# Run on discovery all tests located in core/unit_tests/python and discard the stdout
# only to show the errors/warnings and the results of the tests
......
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