summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-08-22 16:12:08 +0100
committerDaniil Baturin <daniil@baturin.org>2023-08-22 16:12:08 +0100
commit76e441442d9a301e4625908f37d8deb736dfbd47 (patch)
tree2eecb61cb4bfdded8125093994f99e564f961a35
parent3b3acd3188fbdd769dcb966d95a2160e8a80ffb5 (diff)
downloadcommunity.vyos.net-76e441442d9a301e4625908f37d8deb736dfbd47.tar.gz
community.vyos.net-76e441442d9a301e4625908f37d8deb736dfbd47.zip
Install pygithub from PyPI
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e6a0e62..9e2de00 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,6 +35,9 @@ jobs:
sudo apt-get update
sudo apt-get -y install cmark make python3-boto3 python3-jinja2 npm
sudo npm install -g sass@1.32.8
+ # PyGitHub changes its API recently, distros use older versions,
+ # so we install it from PyPI for now
+ sudo pip install pygithub
- name: Install soupault
env: