Skip to content

Commit

Permalink
Update mac git for bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent 1cc6da9 commit 5800b5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5800b5c

Please sign in to comment.