fix: install git before checkout
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m14s
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m14s
This commit is contained in:
parent
a0b282d0e9
commit
e45c77c320
@ -10,6 +10,9 @@ jobs:
|
|||||||
pip-audit:
|
pip-audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install system deps
|
||||||
|
run: apt-get update -qq && apt-get install -y git -qq
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
rm -rf repo
|
rm -rf repo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user