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

Fixed pip package not in venv

parent cf10f4c1
No related branches found
No related tags found
No related merge requests found
Pipeline #30776 passed
......@@ -22,8 +22,8 @@ coverage:ubuntu_python:
tags:
- docker
script:
- python3 -m pip install numpy coverage
- source venv/bin/activate
- python3 -m pip install numpy coverage
- cd aidge_core
- python3 -m coverage run --source=. -m unittest discover -s unit_tests/ -v -b
- python3 -m 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