diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-12 18:04:26 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-07-12 18:04:26 +0800 |
| commit | d5f0d48745727684473cf583a002e2c31174de2d (patch) | |
| tree | 2c499fe4cb719e8b95d74449363bc20cf280bcce /.github/workflows | |
| parent | fe65adc904f3e3ebf74e983e91b4346d5bacc468 (diff) | |
| download | GitPython-d5f0d48745727684473cf583a002e2c31174de2d.tar.gz GitPython-d5f0d48745727684473cf583a002e2c31174de2d.zip | |
Revert moving tests out of 'git' folder, related to #1030
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pythonpackage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index a4f76522..b52cb74b 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 test/fixtures/.gitconfig >> ~/.gitconfig + cat git/test/fixtures/.gitconfig >> ~/.gitconfig - name: Lint with flake8 run: | set -x |
