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 001f2c1 commit 9fc5fd1Copy full SHA for 9fc5fd1
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test
2
test:
3
- uv run python -m pytest tests
+ uv run --group dev python -m pytest tests
4
5
.PHONE: ui
6
ui:
7
- uv run python -m renard.ui
+ uv run --group ui python -m renard.ui
0 commit comments