spack/.github/workflows
Massimiliano Culpo c65cde4cf8
Avoid update and upgrades to brew (#17815)
Ci is currently failing on brew update with the error:
```
Error: Cannot install bazelisk because conflicting formulae are installed.
  bazel: because Bazelisk replaces the bazel binary

Please `brew unlink bazel` before continuing.

Unlinking removes a formula's symlinks from /usr/local. You can
link the formula again after the install finishes. You can --force this
install, but the build may fail or cause obscure side effects in the
resulting software.
```
Avoiding:
```
$ brew update
$ brew upgrade
```
solves the issue by preventing the risk of conflicting formulae
2020-08-01 07:45:39 +02:00
..
install_spack.sh Fix MacOS build tests (#17542) 2020-07-20 17:25:42 -07:00
linux_build_tests.yaml Simplified YAML files for Github Actions workflows 2020-07-29 11:23:34 -07:00
linux_unit_tests.yaml Move Python 2.6 unit tests to Github Actions (#17279) 2020-07-31 15:01:12 -07:00
macos_python.yml Fix MacOS build tests (#17542) 2020-07-20 17:25:42 -07:00
macos_unit_tests.yaml Avoid update and upgrades to brew (#17815) 2020-08-01 07:45:39 +02:00
setup_git.sh Use "fetch-depth: 0" to retrieve all history from remote 2020-07-29 11:23:34 -07:00
style_and_docs.yaml Use "fetch-depth: 0" to retrieve all history from remote 2020-07-29 11:23:34 -07:00