summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-10 18:59:52 +0200
committerKonrad Weihmann <kweihmann@outlook.com>2020-07-12 15:39:58 +0200
commit961539ced52c82519767a4c9e5852dbeccfc974e (patch)
treec27a6764e06e9ef0fb4275a94e076c0a7c6006c1 /.github
parent7e7045c4a2b2438adecd2ba59615fbb61d014512 (diff)
downloadgitpython-961539ced52c82519767a4c9e5852dbeccfc974e.tar.gz
tools: update tool scripts after moving tests
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index b52cb74b..a4f76522 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -40,7 +40,7 @@ jobs:
git config --global user.name "Travis Runner"
# If we rewrite the user's config by accident, we will mess it up
# and cause subsequent tests to fail
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
+ cat test/fixtures/.gitconfig >> ~/.gitconfig
- name: Lint with flake8
run: |
set -x