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

Fixed python version error

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