From efc0790dfd83cd5543df2b64fb49cffdf2831e93 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 9 Jul 2021 22:30:41 -0300 Subject: [PATCH] ci: dont install poetry --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ab210b..82f0bdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,7 @@ tests: before_script: - python -V - time apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle - - time pip3 install poetry wheel tox - - time poetry install + - time pip3 install wheel tox script: - ls - cp config.ci.py config.py