File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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]
88build-backend = " setuptools.build_meta"
99
You can’t perform that action at this time.
0 commit comments