We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5210eb commit 7ded3c7Copy full SHA for 7ded3c7
1 file changed
Makefile
@@ -49,7 +49,7 @@ install: check-uv
49
##
50
.PHONY: dev
51
dev: check-uv
52
- $(UV) pip install -e . -r requirements-dev.txt -r doc/requirements.txt
+ $(UV) pip install -r requirements-dev.txt
53
54
## ======= T E S T I N G =======================================================
55
## test Run the unit tests
0 commit comments