diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-14 14:16:37 +0100 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-20 02:59:51 +0100 |
| commit | 347f319bb642af203301cc93d4c3591bbaac635c (patch) | |
| tree | bb81c806e5ee4cff0ce456a4db3a83b00acbe784 /.github | |
| parent | 5a30a9c44c2027331370cdf388a29d3de28790c2 (diff) | |
| download | python-setuptools-git-347f319bb642af203301cc93d4c3591bbaac635c.tar.gz | |
Log Python version in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-tests.yml | 3 |
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: |
