Skip to content

Commit 318158b

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
try again 3
1 parent d9761d8 commit 318158b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
- name: Install python dependencies via pip
6464
run: |
6565
python -m pip install --upgrade pip
66-
#python -m pip install numpy cython cftime pytest twine wheel check-manifest mpi4py typing-extensions
66+
python -m pip install numpy cython cftime pytest twine wheel check-manifest typing-extensions
6767
6868
- name: Install netcdf4-python
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 .[mpi]
72+
python -m pip install .
7373
- name: Test
7474
run: |
7575
export PATH=${NETCDF_DIR}/bin:${PATH}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"Cython>=0.29",
44
"oldest-supported-numpy ; python_version < '3.9'",
55
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
6-
"setuptools>=61", "setuptools_scm[toml]>=3.4"
6+
"mpi4py", "setuptools>=61", "setuptools_scm[toml]>=3.4"
77
]
88
build-backend = "setuptools.build_meta"
99

@@ -46,7 +46,6 @@ tests = [
4646
"packaging",
4747
"pytest",
4848
]
49-
mpi = ["mpi4py"]
5049

5150
[project.readme]
5251
text = """\

0 commit comments

Comments
 (0)