From 76a27f5b0294a95cade5035073982338fcd88462 Mon Sep 17 00:00:00 2001 From: JuniorJPDJ Date: Thu, 17 Nov 2022 20:24:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1f4bb861..025089890 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ build_dep_wheels: libxslt-dev curl poetry - pip + py3-pip - poetry export --without-hashes > requirements.txt - python -m venv venv - source venv/bin/activate