Skip to content

Commit 50ce7f2

Browse files
committed
Try again
1 parent 551a72c commit 50ce7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ shiny: dev
7272
$(MAKE) -C ./shiny assistant
7373

7474
test: dev
75-
$(UV) run --no-dev coverage run --source=src -m pytest tests
75+
$(UV) run --no-group llm coverage run --source=src -m pytest tests
7676

7777
uninstall: ensure-uv
7878
$(UV) pip uninstall $(PROJECT_NAME)

0 commit comments

Comments
 (0)