Skip to content

Commit d3c8760

Browse files
committed
This should make the init script work on travis and github actions
1 parent 49f13ef commit d3c8760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git fetch --tags
3535
3636
pip install -r test-requirements.txt
37-
./init-tests-after-clone.sh
37+
TRAVIS=yes ./init-tests-after-clone.sh
3838
3939
git config --global user.email "travis@ci.com"
4040
git config --global user.name "Travis Runner"

0 commit comments

Comments
 (0)