Skip to content

Commit 89b1592

Browse files
committed
specify git user.name and user.email in deploy for tests
1 parent d796c0b commit 89b1592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
pip install setuptools wheel twine
2020
- name: Make sure unit tests succeed
2121
run: |
22+
git config --global user.name "Github Action"
23+
git config --global user.email "[email protected]"
2224
pip install -r tests/test_requirements.txt
2325
pip install -e .
2426
pytest

0 commit comments

Comments
 (0)