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 b8128b0 commit 1ee57b5Copy full SHA for 1ee57b5
tests/performance/Makefile
@@ -80,4 +80,4 @@ install-ci:
80
.PHONY: config
81
config:
82
@$(call check_defined, input, please define inputs when calling $@ - e.g. ```make $@ input="--help"```)
83
- @python locust_settings.py $(input) | tee .env
+ @uv run locust_settings.py $(input) | tee .env
0 commit comments