summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_python.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03MacOS nightly builds: use Python 3.7 in CIMassimiliano Culpo1-0/+12
Nightly builds with MacOS started failing again due to an upgrade of the default virtual environment that now uses Python 3.8 This makes us hit #14102 and every build fails. This commit should be reverted along with the fix to #14102.
2020-07-20Fix MacOS build tests (#17542)Massimiliano Culpo1-7/+16
* MacOS build tests - Run on PR that modify the YAML file of the workflow - Don't clone Spack, since we are in the Spack repo now * Try to add opengl to configuration to build jupyter * fixup
2020-07-01Use apple-clang for MacOS nightly tests (#17320)Greg Becker1-6/+6
2020-05-09macOS nightly: +1hr py-jupyterAxel Huebl1-1/+1
check if failures ares actually a real timeout or an error that just causes a hang.
2020-05-06macOS Package Builds (nightly) (#16345)Axel Huebl1-0/+58
Add nightly builds for popular and commonly used packages on macOS that should improve the onramp user experience if working well.