Skip to content

Commit

Permalink
Add config required for tests on git 2.38.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Oct 21, 2022
1 parent d022b80 commit 0558db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# a proper git identity for that
git config --global user.email "[email protected]"
git config --global user.name "Tasty Test"
# this is needed since git 2.38.1 for submodule tests
# using protocol "file"
git config --global protocol.file.allow always
# Note: for some reason pytest --cov fails on Windows
- name: Run tests (unix)
Expand Down

0 comments on commit 0558db9

Please sign in to comment.