We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d993a90 commit 67c0dabCopy full SHA for 67c0dab
agent/Makefile
@@ -27,7 +27,7 @@ help: ## Display this help.
27
venv: ## Sets up a python venv at `./venv`
28
python3 -m venv venv
29
$(VENV)pip install hatch coverage
30
- $(venv)hatch config set dirs.project "[\"$(shell pwd)\"]"
+ $(VENV)hatch config set dirs.project "[\"$(shell pwd)\"]"
31
32
##@ Test
33
.PHONY: test
0 commit comments