aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 17:50:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 17:50:48 +0200
commit4d974f0d44c9f6398fc9d46215a4572329f1fbd5 (patch)
treea65138f0993e025ff966bb44bfacb2835fe54859 /.github/workflows/ci.yml
parentREADME: minor update (diff)
downloadcgitize-4d974f0d44c9f6398fc9d46215a4572329f1fbd5.tar.gz
cgitize-4d974f0d44c9f6398fc9d46215a4572329f1fbd5.zip
test: no need to pre-configure git, remove some warnings
Diffstat (limited to '.github/workflows/ci.yml')
-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