diff options
-rw-r--r-- | .github/workflows/macos_unit_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index f903daa034..da970edc7a 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -36,7 +36,7 @@ jobs: - name: Run unit tests run: | git --version - git fetch origin develop:develop + git fetch -u origin develop:develop . share/spack/setup-env.sh coverage run $(which spack) test coverage combine |