Skip to content
Snippets Groups Projects
Commit bddb9d2e authored by Kien Le's avatar Kien Le
Browse files

Make pip very verbose

parent bcc5f117
No related branches found
No related tags found
No related merge requests found
Pipeline #2913 failed with stage
in 1 minute and 14 seconds
This commit is part of merge request !164. Comments created here will be created in the context of that merge request.
......@@ -19,7 +19,7 @@ cache:
stages:
- Build Env and Test
before_script:
- pip install -e .[dev]
- pip install -e .[dev] -vvvv
- apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
flake8:
......
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