fix: install git before checkout
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m14s

This commit is contained in:
akarkode 2026-04-28 10:17:47 +07:00
parent a0b282d0e9
commit e45c77c320

View File

@ -10,6 +10,9 @@ jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- name: Install system deps
run: apt-get update -qq && apt-get install -y git -qq
- name: Checkout code
run: |
rm -rf repo