Show poetry version in ci job

This commit is contained in:
Sonny Bakker 2021-09-25 10:03:04 +02:00
parent 1a230a4413
commit adf471272b

View file

@ -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