Skip to content

Commit d851f56

Browse files
authored
Merge pull request #122 from pytest-dev/altendky-patch-2
PIP_NO_PYTHON_VERSION_WARNING=1
2 parents 6da453b + 0973bdd commit d851f56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
# Daily at 05:47
1414
- cron: '47 5 * * *'
1515

16+
env:
17+
PIP_NO_PYTHON_VERSION_WARNING: 1
18+
1619
jobs:
1720
test:
1821
name: ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.reactor.name }}
@@ -136,11 +139,11 @@ jobs:
136139
echo
137140
echo " <=======>"
138141
echo
139-
pip list --no-python-version-warning
142+
pip list
140143
echo
141144
echo " <=======>"
142145
echo
143-
pip freeze --all --no-python-version-warning
146+
pip freeze --all
144147
- name: Install Linux Qt5 dependencies
145148
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
146149
run: |

0 commit comments

Comments
 (0)