File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ aliases:
3939 PKGS : " cdat_info cdtime cdms2 genutil cdutil dv3d vcs wk vcsaddons"
4040 TEST_PKGS : " nose coverage pcmdi_metrics cia easydev nbsphinx testsrunner myproxyclient pytest ipywidgets scipy"
4141 # scipy for pcmdi_metrics
42+ LIBNETCDF : " libnetcdf=*=nompi_*"
4243 command : |
4344 if [[ $PYTHON_VERSION == "py3.6" ]]; then
4445 PYTHON_VER="'python>=3.6,<3.7'"
@@ -57,7 +58,8 @@ aliases:
5758 conda config --add channels conda-forge --force
5859 conda config --add channels cdat/label/nightly --force
5960 conda config --set channel_priority strict
60- conda create -n nightly_$PYTHON_VERSION $CHANNELS "$PYTHON_VER" $PKGS $MESA $TEST_PKGS "libnetcdf=*=nompi_*"
61+ echo "conda create -n nightly_$PYTHON_VERSION $CHANNELS \"$PYTHON_VER\" $PKGS $MESA $TEST_PKGS \"$LIBNETCDF\""
62+ conda create -n nightly_$PYTHON_VERSION $CHANNELS "$PYTHON_VER" $PKGS $MESA $TEST_PKGS "$LIBNETCDF"
6163 conda activate nightly_$PYTHON_VERSION
6264 conda list
6365 no_output_timeout : 15m
You can’t perform that action at this time.
0 commit comments