Skip to content

Commit e303bf5

Browse files
committed
maint: do not use old versions of pip
1 parent 088078a commit e303bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: [3.7, 3.8]
17-
pip: ["pip~=18.1", "pip>=20.3"]
17+
pip: ["pip~=20.3", "pip~=21.0"]
1818

1919
steps:
2020
- name: Install hdf5 libraries

0 commit comments

Comments
 (0)