Skip to content

Commit b1548d0

Browse files
authored
CI: Print detailed Python version (#12176)
Print additional python version information for CI jobs
1 parent 66fa790 commit b1548d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
python-version: ${{ matrix.python }}
6060
- name: Check Python version
61-
run: python --version
61+
run: python --version --version
6262
- name: Install graphviz
6363
run: sudo apt-get install graphviz
6464
- name: Install dependencies
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
python-version: "3"
8585
- name: Check Python version
86-
run: python --version
86+
run: python --version --version
8787
- name: Install dependencies
8888
run: |
8989
python -m pip install --upgrade pip
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
python-version: "3"
106106
- name: Check Python version
107-
run: python --version
107+
run: python --version --version
108108
- name: Install graphviz
109109
run: sudo apt-get install graphviz
110110
- name: Install dependencies
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
python-version: "3"
133133
- name: Check Python version
134-
run: python --version
134+
run: python --version --version
135135
- name: Install dependencies
136136
run: |
137137
python -m pip install --upgrade pip
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
python-version: "3"
156156
- name: Check Python version
157-
run: python --version
157+
run: python --version --version
158158
- name: Install graphviz
159159
run: sudo apt-get install graphviz
160160
- name: Install dependencies

0 commit comments

Comments
 (0)