Skip to content

Commit 975cdda

Browse files
committed
enable verbose mode to show install warnings
1 parent c6cf9c0 commit 975cdda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pnetcdf_c_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install PnetCDF-Python
8989
run: |
9090
export CC=$MPICH_DIR/bin/mpicc
91-
pip install --no-build-isolation -e .
91+
pip install --verbose --no-build-isolation -e .
9292
9393
- name: Test PnetCDF-Python
9494
run: |
@@ -101,7 +101,7 @@ jobs:
101101
make install-clean
102102
export CC=$MPICH_DIR/bin/mpicc
103103
python setup.py sdist
104-
pip install dist/pnetcdf-*.tar.gz
104+
pip install --verbose dist/pnetcdf-*.tar.gz
105105
106106
- name: Test PnetCDF-Python
107107
run: |

.github/workflows/pnetcdf_c_official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install PnetCDF-Python
8787
run: |
8888
export CC=$MPICH_DIR/bin/mpicc
89-
pip install --no-build-isolation -e .
89+
pip install --verbose --no-build-isolation -e .
9090
9191
- name: Test PnetCDF-Python
9292
run: |
@@ -99,7 +99,7 @@ jobs:
9999
make install-clean
100100
export CC=$MPICH_DIR/bin/mpicc
101101
python setup.py sdist
102-
pip install dist/pnetcdf-*.tar.gz
102+
pip install --verbose dist/pnetcdf-*.tar.gz
103103
104104
- name: Test PnetCDF-Python
105105
run: |

0 commit comments

Comments
 (0)