Skip to content
Snippets Groups Projects
Commit 263b766b authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : moved dep install to default:get deps job

parent c528d56c
No related branches found
No related tags found
1 merge request!10Code formatting
......@@ -60,6 +60,9 @@ variables:
"aidge_backend_opencv" )
apt-get install -y -qq libopencv-dev
;;
"aidge_onnx" )
python -m pip install requests
;;
* )
;;
esac
......@@ -44,6 +44,7 @@ test:ubuntu_python:
before_script:
- !reference [.retrieve_deps:apt, script]
- source venv/bin/activate
- which python
- python -m pip install unittest-xml-reporting pytest
- which python
- python -m pip list
......
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