Skip to content
Snippets Groups Projects
Commit 29176b42 authored by Michał Marcińczuk's avatar Michał Marcińczuk
Browse files

Added pip install -U pip

parent 09de5198
1 merge request!41Dev v07
Pipeline #6498 failed with stage
in 1 minute and 59 seconds
......@@ -2,6 +2,7 @@ image: "python:3.6"
before_script:
- python --version
- pip install -U pip
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
......
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