Skip to content

Commit 9f9626b

Browse files
committed
ci(tests): Remove git configuration since its created in fixtures
1 parent fd415b3 commit 9f9626b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
python-version: [ '3.7', '3.10' ]
1111
steps:
1212
- uses: actions/checkout@v1
13-
- name: Configure git
14-
run: |
15-
git config --global user.name 'travis-ci'
16-
git config --global user.email '[email protected]'
1713
- name: Set up Python ${{ matrix.python-version }}
1814
uses: actions/setup-python@v1
1915
with:

0 commit comments

Comments
 (0)