Skip to content
Snippets Groups Projects
Unverified Commit 4433e4de authored by Greg Becker's avatar Greg Becker Committed by GitHub
Browse files

Use apple-clang for MacOS nightly tests (#17320)

parent aaf6f80d
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
- name: spack install - name: spack install
run: | run: |
. .github/workflows/install_spack.sh . .github/workflows/install_spack.sh
spack install -v py-jupyter %clang spack install -v py-jupyter %apple-clang
install_scipy_clang: install_scipy_clang:
name: scipy, mpl, pd name: scipy, mpl, pd
...@@ -42,9 +42,9 @@ jobs: ...@@ -42,9 +42,9 @@ jobs:
- name: spack install - name: spack install
run: | run: |
. .github/workflows/install_spack.sh . .github/workflows/install_spack.sh
spack install -v py-scipy %clang spack install -v py-scipy %apple-clang
spack install -v py-matplotlib %clang spack install -v py-matplotlib %apple-clang
spack install -v py-pandas %clang spack install -v py-pandas %apple-clang
install_mpi4py_clang: install_mpi4py_clang:
name: mpi4py, petsc4py name: mpi4py, petsc4py
...@@ -54,5 +54,5 @@ jobs: ...@@ -54,5 +54,5 @@ jobs:
- name: spack install - name: spack install
run: | run: |
. .github/workflows/install_spack.sh . .github/workflows/install_spack.sh
spack install -v py-mpi4py %clang spack install -v py-mpi4py %apple-clang
spack install -v py-petsc4py %clang spack install -v py-petsc4py %apple-clang
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment