CirleCI/check-codestyle-python: print versions

This commit is contained in:
Egor Suvorov
2022-05-10 17:06:03 +03:00
committed by Egor Suvorov
parent 5914aab78a
commit bd2979d02c

View File

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