File tree 3 files changed +25
-104
lines changed 3 files changed +25
-104
lines changed Original file line number Diff line number Diff line change 94
94
run : |
95
95
export PATH=${MPICH_DIR}/bin:${PATH}
96
96
make ptests
97
+
98
+ - name : Re-install PnetCDF-Python from source distribution
99
+ run : |
100
+ pip uninstall pnetcdf
101
+ make install-clean
102
+ export CC=$MPICH_DIR/bin/mpicc
103
+ python setup.py sdist
104
+ pip install dist/pnetcdf-*.tar.gz
97
105
106
+ - name : Test PnetCDF-Python
107
+ run : |
108
+ export PATH=${MPICH_DIR}/bin:${PATH}
109
+ make ptests
98
110
# - name: Tarball
99
111
# run: |
100
112
# export PATH=${NETCDF_DIR}/bin:${PATH}
Original file line number Diff line number Diff line change 93
93
export PATH=${MPICH_DIR}/bin:${PATH}
94
94
make ptests
95
95
96
+ - name : Re-install PnetCDF-Python from source distribution
97
+ run : |
98
+ pip uninstall pnetcdf
99
+ make install-clean
100
+ export CC=$MPICH_DIR/bin/mpicc
101
+ python setup.py sdist
102
+ pip install dist/pnetcdf-*.tar.gz
103
+
104
+ - name : Test PnetCDF-Python
105
+ run : |
106
+ export PATH=${MPICH_DIR}/bin:${PATH}
107
+ make ptests
108
+
96
109
# - name: Tarball
97
110
# run: |
98
111
# export PATH=${NETCDF_DIR}/bin:${PATH}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments