Skip to content

Commit

Permalink
Add version to nightly ci install path
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Dec 11, 2023
1 parent 0c614bc commit 33c0e26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ci-nightly-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ module load netcdf4/new
module load gnuparallel/new
module load python3

version=$(cat $TMPDIR/eccodes/VERSION)

cd ~masn/REGRESSION_TESTING/ecCodes
./par-suite.sh -w $TMPDIR/install/eccodes
./par-suite.sh -w $TMPDIR/install/eccodes/$version

# For debugging specific test(s)
# ./seq-suite.sh -w $TMPDIR/install/eccodes -d -t py_
# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_

0 comments on commit 33c0e26

Please sign in to comment.