From 356eaa6de1fa07121f124f24f7865691154a7fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Mon, 27 Jan 2025 15:57:57 +0100 Subject: [PATCH] Ignore the NP mapping test on macOS --- .github/workflows/aste_ci_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aste_ci_mac.yml b/.github/workflows/aste_ci_mac.yml index 718ec307..9a6ba969 100644 --- a/.github/workflows/aste_ci_mac.yml +++ b/.github/workflows/aste_ci_mac.yml @@ -70,4 +70,4 @@ jobs: working-directory: build run: | source ${{ env.VIRTUAL_ENV }}/bin/activate - ctest + ctest -E mapping_tester_serial # see #212