Remove failing macOS test (#27009)

This commit is contained in:
Harmen Stoppels 2021-10-28 18:30:51 +02:00 committed by GitHub
parent 63fcb0331b
commit 8ca3a0fdf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,17 +62,3 @@ jobs:
spack install -v --fail-fast py-scipy %apple-clang
spack install -v --fail-fast py-matplotlib %apple-clang
spack install -v --fail-fast py-pandas %apple-clang
install_mpi4py_clang:
name: mpi4py, petsc4py
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: spack install
run: |
. .github/workflows/install_spack.sh
spack install -v --fail-fast py-mpi4py %apple-clang
spack install -v --fail-fast py-petsc4py %apple-clang