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

pip install fix.

parent 5fd4d959
Branches
1 merge request!41Dev v07
Pipeline #7369 failed with stage
in 1 minute and 9 seconds
......@@ -3,7 +3,7 @@ image: "python:3.6"
before_script:
- python --version
- pip install -U pip
- pip install --no-use-pep517 -r requirements.txt
- pip install -r requirements.txt --verbose --upgrade --exists-action=i --no-build-isolation
- pip install -r requirements-dev.txt
stages:
......
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