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

--no-use-pep517

parent 29176b42
Branches
1 merge request!41Dev v07
Pipeline #6499 failed with stage
in 2 minutes and 48 seconds
...@@ -3,7 +3,7 @@ image: "python:3.6" ...@@ -3,7 +3,7 @@ image: "python:3.6"
before_script: before_script:
- python --version - python --version
- pip install -U pip - pip install -U pip
- pip install -r requirements.txt - pip install --no-use-pep517 -r requirements.txt
- pip install -r requirements-dev.txt - pip install -r requirements-dev.txt
stages: 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