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
No related branches found
No related tags found
1 merge request!41Dev v07
Pipeline #6499 failed
......@@ -3,7 +3,7 @@ image: "python:3.6"
before_script:
- python --version
- pip install -U pip
- pip install -r requirements.txt
- pip install --no-use-pep517 -r requirements.txt
- pip install -r requirements-dev.txt
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment