From 0238e6cce512a0960d280e7ec932ff1aaab9d0f1 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Fri, 10 Jul 2020 18:59:52 +0200 Subject: tools: update tool scripts after moving tests Signed-off-by: Konrad Weihmann --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3