From 4e951f4912d343c8af2e8ef83131dc417fd94348 Mon Sep 17 00:00:00 2001 From: Lucas Armand Date: Wed, 8 Apr 2026 13:38:22 -0700 Subject: [PATCH] test vastai_sdk test package --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index a924919..ac53cc6 100755 --- a/start_server.sh +++ b/start_server.sh @@ -77,7 +77,7 @@ function install_vastai() { if [ -n "${SDK_VERSION:-}" ]; then echo "Installing vastai version ${SDK_VERSION}" - if ! uv pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "${uv_flags[@]}" "vastai-vast==${SDK_VERSION}"; then + if ! uv pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ "${uv_flags[@]}" "vastai-sdk-vast==${SDK_VERSION}"; then report_error_and_exit "Failed to install vastai-vast==${SDK_VERSION}" fi return 0