Skip to content

Commit 9a352a2

Browse files
committed
Run tests with latest pip version (expected fail at this point)
1 parent 9c2150a commit 9a352a2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
# These versions match the minimum and maximum versions of pip in
23-
# requirements.txt
24-
pip-version: ['==10.0.1', '<= 19']
23+
# requirements.txt.
24+
# An empty string here represents the latest version.
25+
pip-version: ['==10.0.1', '']
2526
python-version: [3.6, 3.7, 3.8]
2627

2728
steps:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packaging
2-
# These versions are matched in the GitHub workflows CI.
3-
pip >= 10.0.1, <= 19
2+
# Pinned pip versions are matched in the GitHub workflows CI matrix.
3+
pip >= 10.0.1

0 commit comments

Comments
 (0)