Skip to content

Commit 327afd4

Browse files
authored
Merge branch 'master' into pypy
2 parents 0ead49a + c665542 commit 327afd4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,22 @@ jobs:
110110
with:
111111
python-version: ${{ matrix.python.action }}
112112
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+
echo
120+
pip --version
121+
echo
122+
echo " <=======>"
123+
echo
124+
pip list --no-python-version-warning
125+
echo
126+
echo " <=======>"
127+
echo
128+
pip freeze --all --no-python-version-warning
113129
- name: Install Linux Qt5 dependencies
114130
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
115131
run: |

0 commit comments

Comments
 (0)