Skip to content

Commit 840971f

Browse files
authored
Update ci.yml
1 parent e4a90de commit 840971f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,17 @@ jobs:
8888
- name: Report Python information
8989
run: |
9090
python --version --version
91-
echo -ne "\n <=======>\n\n"
91+
echo
92+
echo " <=======>"
93+
echo
9294
pip --version
93-
echo -ne "\n <=======>\n\n"
95+
echo
96+
echo " <=======>"
97+
echo
9498
pip list
95-
echo -ne "\n <=======>\n\n"
99+
echo
100+
echo " <=======>"
101+
echo
96102
pip freeze --all
97103
- name: Install Linux Qt5 dependencies
98104
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'

0 commit comments

Comments
 (0)