Skip to content

Commit

Permalink
Removing MacOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Dec 26, 2023
1 parent c042452 commit 6a28559
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a28559

Please sign in to comment.