File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments