1 parent 49f13ef commit d3c8760Copy full SHA for d3c8760
.github/workflows/pythonpackage.yml
@@ -34,7 +34,7 @@ jobs:
34
git fetch --tags
35
36
pip install -r test-requirements.txt
37
- ./init-tests-after-clone.sh
+ TRAVIS=yes ./init-tests-after-clone.sh
38
39
git config --global user.email "travis@ci.com"
40
git config --global user.name "Travis Runner"
0 commit comments