Skip to content

Commit e4a90de

Browse files
authored
add output separators for visibility
1 parent b671da5 commit e4a90de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@ jobs:
8888
- name: Report Python information
8989
run: |
9090
python --version --version
91+
echo -ne "\n <=======>\n\n"
9192
pip --version
93+
echo -ne "\n <=======>\n\n"
9294
pip list
95+
echo -ne "\n <=======>\n\n"
9396
pip freeze --all
9497
- name: Install Linux Qt5 dependencies
9598
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'

0 commit comments

Comments
 (0)