diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 10:52:18 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 10:52:18 +0800 |
| commit | d3c8760feb03dd039c2d833af127ebd4930972eb (patch) | |
| tree | d03db9d6e220e6b1fc61044947249818655b663d /.github | |
| parent | 49f13ef2411cee164e31883e247df5376d415d55 (diff) | |
| download | gitpython-d3c8760feb03dd039c2d833af127ebd4930972eb.tar.gz | |
This should make the init script work on travis and github actions
Diffstat (limited to '.github')
| -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 6cb21a31..cf8eff9c 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -34,7 +34,7 @@ jobs: git fetch --tags pip install -r test-requirements.txt - ./init-tests-after-clone.sh + TRAVIS=yes ./init-tests-after-clone.sh git config --global user.email "travis@ci.com" git config --global user.name "Travis Runner" |
