install hub and other deps (#1768)

Change-Id: Ic7d07cec47251a763f1c10e75dce0c16a2b2e265

Signed-off-by: Nick Boldt <nboldt@redhat.com>
pull/1769/head
Nick Boldt 2023-10-19 12:27:24 -03:00 committed by GitHub
parent 9754a1b666
commit 2bbf481fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up environment
run: |
sudo apt-get update -y || true
sudo apt-get -y -q install curl bash git hub
hub --version
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:

View File

@ -33,6 +33,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up environment
run: |
sudo apt-get update -y || true
sudo apt-get -y -q install curl bash git hub
hub --version
- name: Set up Python 3.9
uses: actions/setup-python@v4
with: