Fix CI
All checks were successful
CI / test (push) Successful in 37s
Lint / test (push) Successful in 22s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2025-11-25 16:48:00 +11:00
parent f992da47ee
commit 4acc82e35b
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -24,7 +24,7 @@ jobs:
- name: Install project deps (including test extras) - name: Install project deps (including test extras)
run: | run: |
poetry install --with test poetry install --with dev
- name: Run test script - name: Run test script
run: | run: |