Skip to content

Commit 24e620c

Browse files
committed
ECLand: Disable SP and NVHPC in CI pipeline
1 parent f71c4f0 commit 24e620c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
matrix:
3232
# build_type: [Release,Debug] # Debug tests takes too long
3333
build_type: [Release]
34-
prec: ['DP', 'SP']
34+
# prec: ['DP', 'SP'] # Standalone driver not SP compatible yet
35+
prec: ['DP'] # Standalone driver not SP compatible yet
3536
name:
3637
- linux gnu-10
37-
- linux nvhpc-23.5
38+
# - linux nvhpc-23.5 # Not yet passing tests...
3839
- linux intel-classic
3940
- macos
4041

0 commit comments

Comments
 (0)