We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d12899 commit a9a910bCopy full SHA for a9a910b
.github/workflows/ci.yml
@@ -85,6 +85,12 @@ jobs:
85
with:
86
python-version: ${{ matrix.python.action }}
87
architecture: x64
88
+ - name: Report Python information
89
+ run: |
90
+ python --version --version
91
+ pip --version
92
+ pip info
93
+ pip freeze --all
94
- name: Install Linux Qt5 dependencies
95
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
96
run: |
0 commit comments