Skip to content

Commit 40b0008

Browse files
MickLeskLearath
authored andcommitted
Yamtrack: migrate to uv (community-scripts#14767)
1 parent 6edaf54 commit 40b0008

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

ct/yamtrack.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ function update_script() {
4444

4545
msg_info "Installing Python Dependencies"
4646
cd /opt/yamtrack
47-
$STD uv venv --clear .venv
48-
$STD uv pip install --no-cache-dir -r requirements.txt
47+
$STD uv sync --locked
4948
msg_ok "Installed Python Dependencies"
5049

5150
msg_info "Restoring Data"

install/yamtrack-install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ fetch_and_deploy_gh_release "yamtrack" "FuzzyGrim/Yamtrack" "tarball"
2727

2828
msg_info "Installing Python Dependencies"
2929
cd /opt/yamtrack
30-
$STD uv venv .venv
31-
$STD uv pip install --no-cache-dir -r requirements.txt
30+
$STD uv sync --locked
3231
msg_ok "Installed Python Dependencies"
3332

3433
msg_info "Configuring Yamtrack"

0 commit comments

Comments
 (0)