Skip to content

Commit 1ee57b5

Browse files
committed
uv in locust
1 parent b8128b0 commit 1ee57b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ install-ci:
8080
.PHONY: config
8181
config:
8282
@$(call check_defined, input, please define inputs when calling $@ - e.g. ```make $@ input="--help"```)
83-
@python locust_settings.py $(input) | tee .env
83+
@uv run locust_settings.py $(input) | tee .env

0 commit comments

Comments
 (0)