Skip to content
Snippets Groups Projects

0.0.1

Merged Cyril Moineau requested to merge dev into main
5 files
+ 161
25
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -23,9 +23,15 @@ build:ubuntu_python:
@@ -23,9 +23,15 @@ build:ubuntu_python:
- DEPENDENCY_NAME="aidge_backend_cpu"
- DEPENDENCY_NAME="aidge_backend_cpu"
- !reference [.download_dependency, script]
- !reference [.download_dependency, script]
 
# aidge_learning
 
- DEPENDENCY_NAME="aidge_learning"
 
- !reference [.download_dependency, script]
 
 
- python3 -m pip install virtualenv
- python3 -m pip install virtualenv
- virtualenv venv
- virtualenv venv
- source venv/bin/activate
- source venv/bin/activate
 
- python3 -m pip install numpy coverage onnxruntime # used for tests
- python3 -m pip install -r requirements.txt
- python3 -m pip install -r requirements.txt
- python3 -m pip install . -v
- python3 -m pip install . -v
artifacts:
artifacts:
Loading