Show poetry version in ci job
This commit is contained in:
parent
1a230a4413
commit
adf471272b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue