We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed63fc commit d9761d8Copy full SHA for d9761d8
2 files changed
.github/workflows/build_latest.yml
@@ -69,8 +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 -e .[mpitest]
73
- python -m pip install .
+ python -m pip install .[mpi]
74
- name: Test
75
76
pyproject.toml
@@ -46,9 +46,7 @@ tests = [
46
"packaging",
47
"pytest",
48
]
49
-
50
-[dependency-groups]
51
-mpitest = ["mpi4py"]
+mpi = ["mpi4py"]
52
53
[project.readme]
54
text = """\
0 commit comments