install hub and other deps (#1768)
Change-Id: Ic7d07cec47251a763f1c10e75dce0c16a2b2e265 Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/1769/head
parent
9754a1b666
commit
2bbf481fda
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue