Skip to content

Commit a0a07d3

Browse files
committed
Fix the smoke test to use uv
1 parent 861799a commit a0a07d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/docker-smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ await_server_ready 8000
8080
# Smoke Tests
8181
#######################
8282
echo Running smoke tests with SKIP_INFERENCE_TESTS: "$SKIP_INFERENCE_TESTS"
83-
PYTHONPATH=. SKIP_INFERENCE_TESTS=$SKIP_INFERENCE_TESTS pytest -vv scripts/smoketest.py
83+
PYTHONPATH=. SKIP_INFERENCE_TESTS=$SKIP_INFERENCE_TESTS uv run pytest -vv scripts/smoketest.py
8484

8585
#######################
8686
# Test parallel vs single mode

0 commit comments

Comments
 (0)