mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 00:42:54 +00:00
CirleCI/check-codestyle-python: print versions
This commit is contained in:
committed by
Egor Suvorov
parent
5914aab78a
commit
bd2979d02c
@@ -222,6 +222,12 @@ jobs:
|
||||
key: v2-python-deps-{{ checksum "poetry.lock" }}
|
||||
paths:
|
||||
- /home/circleci/.cache/pypoetry/virtualenvs
|
||||
- run:
|
||||
name: Print versions
|
||||
when: always
|
||||
command: |
|
||||
poetry run python --version
|
||||
poetry show
|
||||
- run:
|
||||
name: Run yapf to ensure code format
|
||||
when: always
|
||||
|
||||
Reference in New Issue
Block a user