We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44594ba commit 76b5ea3Copy full SHA for 76b5ea3
2 files changed
.github/workflows/build_latest.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
export PATH=${NETCDF_DIR}/bin:${PATH}
71
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72
- python -m pip install .
+ python -m pip install .[mpitest]
73
- name: Test
74
75
pyproject.toml
@@ -47,6 +47,9 @@ tests = [
47
"pytest",
48
]
49
50
+[dependency-groups]
51
+mpitest = ["mpi4py"]
52
+
53
[project.readme]
54
text = """\
55
netCDF version 4 has many features not found in earlier versions of the library,
0 commit comments