add test index
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ function install_vastai() {
|
|||||||
|
|
||||||
if [ -n "${SDK_VERSION:-}" ]; then
|
if [ -n "${SDK_VERSION:-}" ]; then
|
||||||
echo "Installing vastai version ${SDK_VERSION}"
|
echo "Installing vastai version ${SDK_VERSION}"
|
||||||
if ! uv pip install "${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-vast==${SDK_VERSION}"; then
|
||||||
report_error_and_exit "Failed to install vastai-vast==${SDK_VERSION}"
|
report_error_and_exit "Failed to install vastai-vast==${SDK_VERSION}"
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user