From 4d974f0d44c9f6398fc9d46215a4572329f1fbd5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 12 Jul 2023 17:50:48 +0200 Subject: test: no need to pre-configure git, remove some warnings --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3