Skip to content
Snippets Groups Projects
Commit baec9c3d authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added missing numpy

parent b2af72b2
No related branches found
No related tags found
No related merge requests found
Pipeline #31517 failed
......@@ -18,7 +18,7 @@ test:ubuntu_python:
script:
- source venv/bin/activate
- cd ${CI_PROJECT_NAME}
- python3 -m pip install unittest-xml-reporting
- python3 -m pip install numpy unittest-xml-reporting
- python3 -m pip list
# Run on discovery all tests located in core/unit_tests/python
- python3 -m xmlrunner discover -s unit_tests/ -v -b --output-file xmlrunner-results.xml
......
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