Skip to content

Commit 78d8cb0

Browse files
authored
Update ci.yml
1 parent f04d4ca commit 78d8cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
echo
9797
echo " <=======>"
9898
echo
99-
pip list
99+
pip list --no-python-version-warning
100100
echo
101101
echo " <=======>"
102102
echo
103-
pip freeze --all
103+
pip freeze --all --no-python-version-warning
104104
- name: Install Linux Qt5 dependencies
105105
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
106106
run: |

0 commit comments

Comments
 (0)