Check python version

This commit is contained in:
ziajka 2018-07-06 13:18:16 +02:00
parent 610b7384c5
commit 827f036cf1

View File

@ -17,7 +17,7 @@ jobs:
- run:
name: Installed python version
command: |
python -V
python3 -V
# - restore_cache:
# name: Restore Yarn Package Cache