From adf471272bee5e7b61bcd4e9e8fb085657fef9a0 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 25 Sep 2021 10:03:04 +0200 Subject: [PATCH] Show poetry version in ci job --- gitlab-ci/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab-ci/test.yml b/gitlab-ci/test.yml index 4716c59..473696b 100644 --- a/gitlab-ci/test.yml +++ b/gitlab-ci/test.yml @@ -7,6 +7,7 @@ python-tests: image: python:3.7 before_script: - pip install poetry --quiet + - poetry --version - poetry config cache-dir .cache/poetry - poetry config virtualenvs.in-project true - poetry install --no-interaction --quiet --extras sentry