From 6465b42ca1a261d3b8135b3db8a0e1864a9d4047 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Tue, 26 Nov 2024 15:36:49 -0500 Subject: Try to fix start of travis build process --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dec4f37..81711b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ before_install: - chmod +x docker-build gen-index install: - - pip3 install PyGithub + - sudo apt-get install -y python3-pip python3-setuptools + - sudo pip3 install --upgrade pip + - sudo pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: -- cgit v1.2.1