CI: Print detailed Python version (#12176)

Print additional python version information for CI jobs
This commit is contained in:
Hugo van Kemenade
2024-03-22 19:10:35 +02:00
committed by GitHub
parent 66fa790b3a
commit b1548d0aa4

View File

@@ -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