Skip to content

Commit b3958be

Browse files
committed
fix(github_workflow/pythonpackage): set git config for unit testing
1 parent 9b4915b commit b3958be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
poetry install
2525
- name: Run tests
2626
run: |
27+
git config --global user.email "action@github.com"
28+
git config --global user.name "GitHub Action"
2729
./scripts/test
2830
- name: Upload coverage to Codecov
2931
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)