Skip to content

Commit 9fc5fd1

Browse files
committed
update Makefile to include correct uv dep groups
1 parent 001f2c1 commit 9fc5fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test
22
test:
3-
uv run python -m pytest tests
3+
uv run --group dev python -m pytest tests
44

55
.PHONE: ui
66
ui:
7-
uv run python -m renard.ui
7+
uv run --group ui python -m renard.ui

0 commit comments

Comments
 (0)