fix pip3 to pip
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 20s

This commit is contained in:
akarkode 2026-04-28 10:13:07 +07:00
parent d227d5cdf1
commit a0b282d0e9

View File

@ -17,7 +17,7 @@ jobs:
cd repo && git checkout ${{ gitea.sha }}
- name: Install pip-audit
run: pip3 install pip-audit
run: pip install pip-audit
- name: Run pip-audit scan
run: |