summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_unit_tests.yaml
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2020-10-23 18:54:34 -0700
committerGitHub <noreply@github.com>2020-10-23 18:54:34 -0700
commit560beb098efdd5b13f02692317fa5460c9b81141 (patch)
tree133da36f125b25f8af7488519ff15ad18ab5b379 /.github/workflows/macos_unit_tests.yaml
parent4cf85ed5f715fc93fe88cabeed08f8dc94fc8e68 (diff)
downloadspack-560beb098efdd5b13f02692317fa5460c9b81141.tar.gz
spack-560beb098efdd5b13f02692317fa5460c9b81141.tar.bz2
spack-560beb098efdd5b13f02692317fa5460c9b81141.tar.xz
spack-560beb098efdd5b13f02692317fa5460c9b81141.zip
csh: don't require SPACK_ROOT for sourcing setup-env.csh (#18225)
Don't require SPACK_ROOT for sourcing setup-env.csh and make output more consistent
Diffstat (limited to '.github/workflows/macos_unit_tests.yaml')
-rw-r--r--.github/workflows/macos_unit_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml
index b8a9f6617c..d8e5e631b6 100644
--- a/.github/workflows/macos_unit_tests.yaml
+++ b/.github/workflows/macos_unit_tests.yaml
@@ -26,7 +26,7 @@ jobs:
pip install --upgrade flake8 pep8-naming
- name: Setup Homebrew packages
run: |
- brew install gcc gnupg2 dash kcov
+ brew install dash fish gcc gnupg2 kcov
- name: Run unit tests
run: |
git --version