Skip to content

Commit a9a910b

Browse files
authored
Add step to report python versions
1 parent 5d12899 commit a9a910b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
with:
8686
python-version: ${{ matrix.python.action }}
8787
architecture: x64
88+
- name: Report Python information
89+
run: |
90+
python --version --version
91+
pip --version
92+
pip info
93+
pip freeze --all
8894
- name: Install Linux Qt5 dependencies
8995
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
9096
run: |

0 commit comments

Comments
 (0)