We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b5ea3 commit 7ed63fcCopy full SHA for 7ed63fc
1 file changed
.github/workflows/build_latest.yml
@@ -63,13 +63,14 @@ jobs:
63
- name: Install python dependencies via pip
64
run: |
65
python -m pip install --upgrade pip
66
- python -m pip install numpy cython cftime pytest twine wheel check-manifest mpi4py typing-extensions
+ #python -m pip install numpy cython cftime pytest twine wheel check-manifest mpi4py typing-extensions
67
68
- name: Install netcdf4-python
69
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 .[mpitest]
+ python -m pip install -e .[mpitest]
73
+ python -m pip install .
74
- name: Test
75
76
0 commit comments