aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/python-tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index 12ef645b..f5437b5e 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -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: