aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51a5266..dedadd7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,10 +28,6 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
cache: pip
- - name: Initialize Git
- run: |
- git config --global user.name 'John Doe'
- git config --global user.email 'John.Doe@example.com'
- name: 'Install package & dependencies'
run: pip install -q -e .
- name: Verify that scripts are runnable