From 6a2855920704007782960ed99be9275102de7494 Mon Sep 17 00:00:00 2001 From: Robert Speck Date: Tue, 26 Dec 2023 14:07:28 +0100 Subject: [PATCH] Removing MacOS tests --- .github/workflows/ci_pipeline.yml | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 8f51a8eae5..dcfb5b639d 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -145,29 +145,29 @@ jobs: data_libpressio coverage_libpressio_3.10.dat - user_cpu_tests_macos: - runs-on: macos-12 - - strategy: - matrix: - env: ['base', 'fenics', 'mpi4py', 'petsc'] - - defaults: - run: - shell: bash -l {0} - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Install Conda environment with Micromamba - uses: mamba-org/setup-micromamba@v1 - with: - environment-file: "etc/environment-${{ matrix.env }}.yml" - - - name: Run pytest for CPU stuff - run: | - pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }} +# user_cpu_tests_macos: +# runs-on: macos-12 +# +# strategy: +# matrix: +# env: ['base', 'fenics', 'mpi4py', 'petsc'] +# +# defaults: +# run: +# shell: bash -l {0} +# +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# +# - name: Install Conda environment with Micromamba +# uses: mamba-org/setup-micromamba@v1 +# with: +# environment-file: "etc/environment-${{ matrix.env }}.yml" +# +# - name: Run pytest for CPU stuff +# run: | +# pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }} # wait_for_gitlab: