Commit 503a3bd9 authored by Yohan Jarosz's avatar Yohan Jarosz

redirect to pip install error to dev null

parent 8d731df1
Pipeline #1700 failed with stages
in 4 minutes and 22 seconds
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
IMP_SUDO: "sudo" IMP_SUDO: "sudo"
before_script: before_script:
- pip3.4 install --editable . --user - pip3.4 install --editable . --user 2>/dev/null
# 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