mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 16:25:44 +08:00
unpin python patch version
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
echo "installing uv..."
|
||||
|
||||
export XDG_DATA_HOME="/usr/local"
|
||||
export XDG_DATA_HOME="/usr/local"
|
||||
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
PYTHON_VERSION="3.12.3"
|
||||
PYTHON_VERSION="3.12"
|
||||
|
||||
# uv requires virtual env either managed or system before installing dependencies
|
||||
uv venv $XDG_DATA_HOME/venv --seed --python-preference only-managed --python=$PYTHON_VERSION
|
||||
|
||||
Reference in New Issue
Block a user