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 b671da5 commit e4a90deCopy full SHA for e4a90de
.github/workflows/ci.yml
@@ -88,8 +88,11 @@ jobs:
88
- name: Report Python information
89
run: |
90
python --version --version
91
+ echo -ne "\n <=======>\n\n"
92
pip --version
93
94
pip list
95
96
pip freeze --all
97
- name: Install Linux Qt5 dependencies
98
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
0 commit comments