From 66b0f1f8f32289a8501a83523a997303a48b1f00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Marci=C5=84czuk?= <marcinczuk@gmail.com>
Date: Mon, 21 Nov 2022 11:19:54 +0100
Subject: [PATCH] --no-use-pep517

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fe11da..e7ee7fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab