CI fails now when unit tests for backend fail (#536)

* CI fails now when unit tests for backend fail

* Fixing up a couple unit tests
This commit is contained in:
Cole Medin
2025-08-30 11:52:34 -06:00
committed by GitHub
parent 811d0a7f31
commit 763e5b8244
4 changed files with 11 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ help:
install:
@echo "Installing dependencies..."
@cd archon-ui-main && npm install
@cd python && uv sync
@cd python && uv sync --group all --group dev
@echo "✓ Dependencies installed"
# Check environment