Yamtrack: migrate to uv (#14767)

This commit is contained in:
CanbiZ (MickLesk)
2026-05-28 08:33:02 +02:00
committed by GitHub
parent 49817d14f8
commit 32f1956023
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -44,8 +44,7 @@ function update_script() {
msg_info "Installing Python Dependencies" msg_info "Installing Python Dependencies"
cd /opt/yamtrack cd /opt/yamtrack
$STD uv venv --clear .venv $STD uv sync --locked
$STD uv pip install --no-cache-dir -r requirements.txt
msg_ok "Installed Python Dependencies" msg_ok "Installed Python Dependencies"
msg_info "Restoring Data" msg_info "Restoring Data"
+1 -2
View File
@@ -27,8 +27,7 @@ fetch_and_deploy_gh_release "yamtrack" "FuzzyGrim/Yamtrack" "tarball"
msg_info "Installing Python Dependencies" msg_info "Installing Python Dependencies"
cd /opt/yamtrack cd /opt/yamtrack
$STD uv venv .venv $STD uv sync --locked
$STD uv pip install --no-cache-dir -r requirements.txt
msg_ok "Installed Python Dependencies" msg_ok "Installed Python Dependencies"
msg_info "Configuring Yamtrack" msg_info "Configuring Yamtrack"