We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eb3e5 commit a219686Copy full SHA for a219686
1 file changed
.github/workflows/build_old.yml
@@ -63,13 +63,14 @@ jobs:
63
- name: Install python dependencies via pip
64
run: |
65
python -m pip install --upgrade pip
66
- 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 .
73
+
74
- name: Test
75
76
0 commit comments