Skip to content

Commit

Permalink
GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Feb 23, 2024
1 parent 2fd0579 commit 7c2a189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ci-hpc-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
- ecbuild
- ninja
- aec
- netcdf4/new
- netcdf4
parallel: 64
cmake_options:
- -DENABLE_EXTRA_TESTS=1
2 changes: 1 addition & 1 deletion .github/ci-nightly-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module unload ecmwf-toolbox
module load cdo/new
module load numdiff
module load nccmp
module load netcdf4/new
module load netcdf4
module load gnuparallel/new
module load python3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ci-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ecbuild
ninja
aec
netcdf4/new
netcdf4
--parallel: 64
--cmake-options: |
-DENABLE_EXTRA_TESTS=1
Expand Down

0 comments on commit 7c2a189

Please sign in to comment.