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.
2 parents 6da453b + 0973bdd commit d851f56Copy full SHA for d851f56
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ on:
13
# Daily at 05:47
14
- cron: '47 5 * * *'
15
16
+env:
17
+ PIP_NO_PYTHON_VERSION_WARNING: 1
18
+
19
jobs:
20
test:
21
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
@@ -136,11 +139,11 @@ jobs:
136
139
echo
137
140
echo " <=======>"
138
141
- pip list --no-python-version-warning
142
+ pip list
143
144
145
- pip freeze --all --no-python-version-warning
146
+ pip freeze --all
147
- name: Install Linux Qt5 dependencies
148
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
149
run: |
0 commit comments