From 5800b5c8b82ccb40f33eb6918990b37673de90d8 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Fri, 8 Dec 2023 11:37:54 -0500 Subject: [PATCH] Update mac git for bugfix? --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c0aa9b4c6..c537737254 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,9 +26,11 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - - run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc + - run: git --version + - run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc git # adapted from https://stackoverflow.com/a/42878119 - run: brew link sphinx-doc --force + - run: git --version - run: ./ci/test_tidy.sh test: name: Tests