ci(lint): run secret-scan pytest without syncing the project env

This commit is contained in:
mateo-berri 2026-08-04 14:15:27 -07:00
parent 5045a576ad
commit d7ef033418

View file

@ -179,7 +179,7 @@ jobs:
- name: Run secret scan test
run: |
uv run --frozen --with 'pytest==9.0.2' pytest tests/litellm/test_no_hardcoded_secrets.py -v
uv run --no-project --with 'pytest==9.0.2' pytest tests/litellm/test_no_hardcoded_secrets.py -v
- name: Run ggshield secret scan
env: