From 50ce7f2515345fa85f039587bd9100bb66297e1d Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 17 Jan 2025 12:24:02 -0500 Subject: [PATCH] Try again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e99d287d..f6a087f7 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ shiny: dev $(MAKE) -C ./shiny assistant test: dev - $(UV) run --no-dev coverage run --source=src -m pytest tests + $(UV) run --no-group llm coverage run --source=src -m pytest tests uninstall: ensure-uv $(UV) pip uninstall $(PROJECT_NAME)