Skip to content

Commit

Permalink
Don’t checkout merge on mac to avoid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Dec 8, 2023
1 parent 5ac682e commit ad5c187
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# sometimes checkout action doesn't result in clean directory?
ref: ${{ github.event.pull_request.head.sha }}
submodules: 'recursive'
# sometimes checkout action doesn't result in clean directory?
- run: |
git status --ignored
git clean -fxd .
git stash --all
git status --ignored
- run: git status --ignored
- run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc
# adapted from https://stackoverflow.com/a/42878119
- run: brew link sphinx-doc --force
Expand Down

0 comments on commit ad5c187

Please sign in to comment.