We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551a72c commit 50ce7f2Copy full SHA for 50ce7f2
Makefile
@@ -72,7 +72,7 @@ shiny: dev
72
$(MAKE) -C ./shiny assistant
73
74
test: dev
75
- $(UV) run --no-dev coverage run --source=src -m pytest tests
+ $(UV) run --no-group llm coverage run --source=src -m pytest tests
76
77
uninstall: ensure-uv
78
$(UV) pip uninstall $(PROJECT_NAME)
0 commit comments