Skip to content

Commit 825c684

Browse files
committed
uses uv run to run script
1 parent da15add commit 825c684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ help: ## help on rule's targets
128128

129129

130130
test_python_version: ## Check Python version, throw error if compilation would fail with the installed version
131-
python ./scripts/test_python_version.py
131+
@uv run ./scripts/test_python_version.py
132132

133133

134134
## DOCKER BUILD -------------------------------

0 commit comments

Comments
 (0)