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.
2 parents 5d12899 + 78d8cb0 commit c665542Copy full SHA for c665542
.github/workflows/ci.yml
@@ -85,6 +85,22 @@ jobs:
85
with:
86
python-version: ${{ matrix.python.action }}
87
architecture: x64
88
+ - name: Report Python information
89
+ shell: bash
90
+ run: |
91
+ python -c 'import sys; print(sys.version)'
92
+ echo
93
+ echo " <=======>"
94
95
+ pip --version
96
97
98
99
+ pip list --no-python-version-warning
100
101
102
103
+ pip freeze --all --no-python-version-warning
104
- name: Install Linux Qt5 dependencies
105
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
106
run: |
0 commit comments