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.
1 parent 088078a commit e303bf5Copy full SHA for e303bf5
.github/workflows/pythonpackage.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
python-version: [3.7, 3.8]
17
- pip: ["pip~=18.1", "pip>=20.3"]
+ pip: ["pip~=20.3", "pip~=21.0"]
18
19
steps:
20
- name: Install hdf5 libraries
0 commit comments