1 parent 6edaf54 commit 40b0008Copy full SHA for 40b0008
2 files changed
ct/yamtrack.sh
@@ -44,8 +44,7 @@ function update_script() {
44
45
msg_info "Installing Python Dependencies"
46
cd /opt/yamtrack
47
- $STD uv venv --clear .venv
48
- $STD uv pip install --no-cache-dir -r requirements.txt
+ $STD uv sync --locked
49
msg_ok "Installed Python Dependencies"
50
51
msg_info "Restoring Data"
install/yamtrack-install.sh
@@ -27,8 +27,7 @@ fetch_and_deploy_gh_release "yamtrack" "FuzzyGrim/Yamtrack" "tarball"
27
28
29
30
-$STD uv venv .venv
31
-$STD uv pip install --no-cache-dir -r requirements.txt
+$STD uv sync --locked
32
33
34
msg_info "Configuring Yamtrack"
0 commit comments