aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-01-14 14:16:37 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-01-20 02:59:51 +0100
commit347f319bb642af203301cc93d4c3591bbaac635c (patch)
treebb81c806e5ee4cff0ce456a4db3a83b00acbe784
parent5a30a9c44c2027331370cdf388a29d3de28790c2 (diff)
downloadexternal_python_setuptools-347f319bb642af203301cc93d4c3591bbaac635c.tar.gz
external_python_setuptools-347f319bb642af203301cc93d4c3591bbaac635c.tar.bz2
external_python_setuptools-347f319bb642af203301cc93d4c3591bbaac635c.zip
Log Python version in CI
-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: