From 1a230a4413390cbd83576771e0e6e926761ed1d5 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 18 Sep 2021 21:38:09 +0200 Subject: [PATCH] Revert "Update CI job" This reverts commit 5768f826f3a94badf9ee445312862a1fc268c54f. --- gitlab-ci/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/test.yml b/gitlab-ci/test.yml index 6c2ee4e..4716c59 100644 --- a/gitlab-ci/test.yml +++ b/gitlab-ci/test.yml @@ -6,7 +6,7 @@ python-tests: - memcached:1.5.22 image: python:3.7 before_script: - - pip install --user poetry --quiet + - pip install poetry --quiet - poetry config cache-dir .cache/poetry - poetry config virtualenvs.in-project true - poetry install --no-interaction --quiet --extras sentry