We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318158b commit f7e9171Copy full SHA for f7e9171
1 file changed
.github/workflows/build_latest.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Install python dependencies via pip
64
run: |
65
python -m pip install --upgrade pip
66
- python -m pip install numpy cython cftime pytest twine wheel check-manifest typing-extensions
+ python -m pip install numpy cython cftime pytest twine wheel check-manifest mpi4py typing-extensions
67
68
- name: Install netcdf4-python
69
0 commit comments