modified: ci.yml, fucked up last time lol
Some checks failed
CI / Lint (ruff) (push) Successful in 11s
CI / Test (pytest) (3.11) (push) Successful in 1m42s
CI / Test (pytest) (3.12) (push) Successful in 1m45s
CI / SAST (bandit) (push) Failing after 12s
CI / Dependency audit (pip-audit) (push) Successful in 20s
CI / Open PR to main (push) Has been skipped

This commit is contained in:
2026-04-08 15:53:49 -04:00
parent 65b220fdbe
commit fe6b349e5e

View File

@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e .[optional-dependencies]
- run: pip install -e .[dev]
- run: pytest tests/ -v --tb=short
bandit:
@@ -53,7 +53,7 @@ jobs:
with:
python-version: "3.11"
- run: pip install pip-audit
- run: pip install -e .[optional-dependencies]
- run: pip install -e .[dev]
- run: pip-audit --skip-editable
open-pr: