Update .github/workflows/autorun-tests.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Samuel Sledzieski
2025-12-16 10:15:03 -05:00
committed by GitHub
parent 0b1d9e5007
commit 8ff7402c9a

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --extra test --extra dev && uv lock
uv sync --extra test --extra dev
- name: Lint and format with ruff
run: |