File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 run : |
7070 export PATH=${NETCDF_DIR}/bin:${PATH}
7171 export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72- python setup.py install
72+ python -m pip install .
7373 - name : Test
7474 run : |
7575 export PATH=${NETCDF_DIR}/bin:${PATH}
Original file line number Diff line number Diff line change 5757 run : |
5858 export PATH=${NETCDF_DIR}/bin:${PATH}
5959 export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c/plugins/plugindir
60- python setup.py install
60+ python -m pip install .
6161
6262 - name : Test
6363 run : |
Original file line number Diff line number Diff line change 6969 run : |
7070 export PATH=${NETCDF_DIR}/bin:${PATH}
7171 export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72- python setup.py install
72+ python -m pip install .
7373 - name : Test
7474 run : |
7575 export PATH=${NETCDF_DIR}/bin:${PATH}
You can’t perform that action at this time.
0 commit comments