CirleCI/check-codestyle-python: print versions

This commit is contained in:
Egor Suvorov
2022-05-19 00:09:13 +02:00
committed by Egor Suvorov
parent 5914aab78a
commit bd2979d02c
+6
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