Skip to content

Commit d9761d8

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
try again 2
1 parent 7ed63fc commit d9761d8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
run: |
7070
export PATH=${NETCDF_DIR}/bin:${PATH}
7171
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72-
python -m pip install -e .[mpitest]
73-
python -m pip install .
72+
python -m pip install .[mpi]
7473
- name: Test
7574
run: |
7675
export PATH=${NETCDF_DIR}/bin:${PATH}

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ tests = [
4646
"packaging",
4747
"pytest",
4848
]
49-
50-
[dependency-groups]
51-
mpitest = ["mpi4py"]
49+
mpi = ["mpi4py"]
5250

5351
[project.readme]
5452
text = """\

0 commit comments

Comments
 (0)