We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4915b commit b3958beCopy full SHA for b3958be
.github/workflows/pythonpackage.yml
@@ -24,6 +24,8 @@ jobs:
24
poetry install
25
- name: Run tests
26
run: |
27
+ git config --global user.email "action@github.com"
28
+ git config --global user.name "GitHub Action"
29
./scripts/test
30
- name: Upload coverage to Codecov
31
if: runner.os == 'Linux'
0 commit comments