From cc62d59b47db9c8179439e5df254ae8aa6f10f92 Mon Sep 17 00:00:00 2001 From: Tomas Torsvik Date: Tue, 17 Oct 2023 10:27:05 +0200 Subject: [PATCH] Do not execute run test with ecosys enabled --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e499eb1..2f965486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,10 @@ jobs: mpi: [true, false] openmp: ['enabled', 'disabled'] ecosys: [true, false] + exclude: + # Run test (fuk95 executed with mpi=false) fails with ecosys + - ecosys: true + mpi: false # Tell Meson to use Intel compilers env: CC: icc