Skip to content

Commit ef60b7b

Browse files
committed
allow uv prerelease installs
1 parent 328c99f commit ef60b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ install_parallax_python() {
141141
fi
142142

143143
echo "Installing Parallax Python package: $package_spec"
144-
uv pip install --python "$venv_python" -e "$package_spec"
144+
UV_PRERELEASE=allow uv pip install --python "$venv_python" -e "$package_spec"
145145
}
146146

147147
resolve_venv_bin_dir() {

0 commit comments

Comments
 (0)