Skip to content

Commit a219686

Browse files
committed
python -m pip deps
1 parent 17eb3e5 commit a219686

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_old.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ 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
7272
python -m pip install .
73+
7374
- name: Test
7475
run: |
7576
export PATH=${NETCDF_DIR}/bin:${PATH}

0 commit comments

Comments
 (0)