summaryrefslogtreecommitdiff
path: root/.github/workflows/pythonpackage.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pythonpackage.yml')
-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