Skip to content

Commit

Permalink
update: bypass git dubious ownership issue in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 23, 2024
1 parent 26d3039 commit b91f06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
git config --global user.name "GitHub Runner"
- name: Test with tox
run: |
# https://github.com/actions/checkout/issues/1169#issuecomment-2291682583
git config --system --add safe.directory $(pwd)
tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit b91f06f

Please sign in to comment.