From 0b83bc567c76a1e599bbdf1015c855d3f7591371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Wed, 6 Dec 2023 16:11:55 +0100 Subject: [PATCH] Remove debugging output --- .github/workflows/macos.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b13e608cf7..f7b332fbde 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,9 +35,6 @@ jobs: # 11.0+ for arm64/aarch64 (M1/M2) builds run: | share/openPMD/download_samples.sh build - echo "TESTING MPI WRAPPER" - .github/workflows/mpirun_workaround.sh -n 2 echo "RABIMMEL" - /Users/runner/work/openPMD-api/openPMD-api/.github/workflows/mpirun_workaround.sh -n 2 echo "RABAMMEL" cmake -S . -B build \ -DopenPMD_USE_PYTHON=ON \ -DopenPMD_USE_MPI=ON \ @@ -46,11 +43,6 @@ jobs: -DopenPMD_USE_INVASIVE_TESTS=ON \ -DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh" cmake --build build --parallel 3 - echo "HALLIHALLO" - pwd - ls - ls .github/workflows - cmake -LA -B build ctest --test-dir build --verbose appleclang13_py: