Skip to content

Commit c1301e4

Browse files
committed
Merge branch 'validateNightlyNew' of https://github.com/CDAT/cdat into validateNightlyNew
2 parents 887f11a + 59d475c commit c1301e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)