Skip to content

Commit 7ed63fc

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
try again
1 parent 76b5ea3 commit 7ed63fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 3 additions & 2 deletions
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-
python -m 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 -m pip install .[mpitest]
72+
python -m pip install -e .[mpitest]
73+
python -m pip install .
7374
- name: Test
7475
run: |
7576
export PATH=${NETCDF_DIR}/bin:${PATH}

0 commit comments

Comments
 (0)