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 0ead49a + c665542 commit 327afd4Copy full SHA for 327afd4
.github/workflows/ci.yml
@@ -110,6 +110,22 @@ jobs:
110
with:
111
python-version: ${{ matrix.python.action }}
112
architecture: x64
113
+ - name: Report Python information
114
+ shell: bash
115
+ run: |
116
+ python -c 'import sys; print(sys.version)'
117
+ echo
118
+ echo " <=======>"
119
120
+ pip --version
121
122
123
124
+ pip list --no-python-version-warning
125
126
127
128
+ pip freeze --all --no-python-version-warning
129
- name: Install Linux Qt5 dependencies
130
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
131
run: |
0 commit comments