Skip to content
Snippets Groups Projects
Verified Commit 5ebcbb26 authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Also numpy installation

parent ae888ff3
No related branches found
No related tags found
No related merge requests found
Pipeline #8222 failed
......@@ -36,7 +36,7 @@ unit-tests:
stage: test
needs: []
before_script:
- pip install pytest pytest-cov
- pip install pytest pytest-cov numpy
script:
- coverage run -m pytest --junitxml=report.xml tests
- coverage report
......
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