Commit 347f319b authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Log Python version in CI

parent 5a30a9c4
......@@ -36,6 +36,9 @@ jobs:
uses: actions/setup-python@v1.1.1
with:
python-version: ${{ matrix.python-version }}
- name: Log Python version
run: >-
python --version
- name: Cache pip
uses: actions/cache@v1
with:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment