Skip to content
Snippets Groups Projects
Commit 9e8ef554 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

[GitLabCI] Instal with python3 -m pip.

parent 9bb4e045
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ build:ubuntu_python: ...@@ -20,7 +20,7 @@ build:ubuntu_python:
- docker - docker
script: script:
- export AIDGE_INSTALL=`pwd`/install - export AIDGE_INSTALL=`pwd`/install
- pip install . -v - python3 -m pip install . -v
artifacts: artifacts:
paths: paths:
- build/ - build/
......
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