Commit 1b0d1f65 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Log Python location in CI

parent 347f319b
......@@ -39,6 +39,9 @@ jobs:
- name: Log Python version
run: >-
python --version
- name: Log Python location
run: >-
which python
- 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