Commit 6af67289 authored by Yohan Jarosz's avatar Yohan Jarosz

try new way of avoiding pip install conflict on testing

parent 969d38e8
Pipeline #1702 failed with stages
in 11 seconds
...@@ -19,7 +19,7 @@ variables: ...@@ -19,7 +19,7 @@ variables:
before_script: before_script:
- mkdir -p $CI_PROJECT_DIR/$CI_BUILD_ID - mkdir -p $CI_PROJECT_DIR/$CI_BUILD_ID
- pip3.4 install --editable . --install-option="--prefix=$CI_PROJECT_DIR/$CI_BUILD_ID" - pip3.4 install --editable .
# INIT # INIT
# i-cl: # i-cl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment