From 0ab9568ffec18949d7db5533997813f0555a8f31 Mon Sep 17 00:00:00 2001 From: shahramn Date: Wed, 5 Apr 2023 11:18:10 +0100 Subject: [PATCH] Update ci-nightly-test.sh --- .github/ci-nightly-test.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/ci-nightly-test.sh b/.github/ci-nightly-test.sh index 85e1d5de0..2d414df01 100644 --- a/.github/ci-nightly-test.sh +++ b/.github/ci-nightly-test.sh @@ -2,13 +2,16 @@ set -e -module unload ecmwf-toolbox # Very important if you are testing your own build/install -module load cdo/new -module load numdiff -module load nccmp netcdf4/new -module load gnuparallel/new -module load python3 +# We do not want to come across the ecCodes tools in the toolbox +module unload ecmwf-toolbox + +module load cdo/new +module load numdiff +module load nccmp +module load netcdf4/new +module load gnuparallel/new +module load python3 cd ~masn/REGRESSION_TESTING/ecCodes # ./par-suite.sh -w $TMPDIR/install/eccodes -./seq-suite.sh -w $TMPDIR/install/eccodes -d -t grib_png +./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_binary_message