From b1548d0aa4f89cf7e808b34ba4203b32f0fc67d1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:10:35 +0200 Subject: [PATCH] CI: Print detailed Python version (#12176) Print additional python version information for CI jobs --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c3312fec..77f590657 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies @@ -83,7 +83,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install dependencies run: | python -m pip install --upgrade pip @@ -104,7 +104,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies @@ -131,7 +131,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install dependencies run: | python -m pip install --upgrade pip @@ -154,7 +154,7 @@ jobs: with: python-version: "3" - name: Check Python version - run: python --version + run: python --version --version - name: Install graphviz run: sudo apt-get install graphviz - name: Install dependencies