Skip to content

Commit 244ac47

Browse files
committed
ci(tests): Remove git configuration (unneeded)
1 parent 9b164ad commit 244ac47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
python-version: ["3.7", "3.10"]
1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: Configure git
16-
run: |
17-
git config --global user.name 'travis-ci'
18-
git config --global user.email 'travis@nowhere.edu'
1915
- name: Set up Python ${{ matrix.python-version }}
2016
uses: actions/setup-python@v1
2117
with:

0 commit comments

Comments
 (0)