Skip to content

Commit b242371

Browse files
committed
add -y to uninstall
1 parent f476fa5 commit b242371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Re-install PnetCDF-Python from source distribution
9999
run: |
100-
pip uninstall pnetcdf
100+
pip uninstall -y pnetcdf
101101
make install-clean
102102
export CC=$MPICH_DIR/bin/mpicc
103103
python setup.py sdist

.github/workflows/pnetcdf_c_official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Re-install PnetCDF-Python from source distribution
9797
run: |
98-
pip uninstall pnetcdf
98+
pip uninstall -y pnetcdf
9999
make install-clean
100100
export CC=$MPICH_DIR/bin/mpicc
101101
python setup.py sdist

0 commit comments

Comments
 (0)