From 82edd1a6a0ec86f92ce4361c59fe3e4397f6e6d2 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 22 Jun 2020 22:13:26 +0000 Subject: [ci] fix release tarball on travis CI failed --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b324846..8a0927d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools branches: except: @@ -19,6 +20,7 @@ before_install: - chmod +x docker-build gen-index install: + - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: -- cgit v1.2.1