Skip to content

Commit 675b4b2

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
test mpi
1 parent e43933f commit 675b4b2

2 files changed

Lines changed: 3 additions & 3 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-
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 mpi4py 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 setup.py install
72+
python -m pip install .
7373
- name: Test
7474
run: |
7575
export PATH=${NETCDF_DIR}/bin:${PATH}

pyproject.toml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)