diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-08-18 11:13:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 09:13:37 +0000 |
commit | 7f81a0a25ef032aafb132d499d469fdaeaeb3ebe (patch) | |
tree | 002833feb881c0b06124c9574ea1543ec1e002c2 /share | |
parent | 5a59e1b77a17d0f84fd04d5357a2494c64a34ece (diff) | |
download | spack-7f81a0a25ef032aafb132d499d469fdaeaeb3ebe.tar.gz spack-7f81a0a25ef032aafb132d499d469fdaeaeb3ebe.tar.bz2 spack-7f81a0a25ef032aafb132d499d469fdaeaeb3ebe.tar.xz spack-7f81a0a25ef032aafb132d499d469fdaeaeb3ebe.zip |
CI: move nightly macOS builds from GA to pipelines (#32231)
Modifications:
- [x] Delete the `macOS builds nightly` workflow
- [x] Removed shield in README.md
- [x] Moved corresponding specs to `e4s-macos`
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml index a97101f16f..34517c1fa9 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-mac/spack.yaml @@ -22,6 +22,11 @@ spack: - easy_specs: - berkeley-db - ncurses + - gcc + - py-jupyterlab + - py-scipy + - py-matplotlib + - py-pandas - arch: - '%apple-clang@13.1.6 target=m1' |