Merge draft PR #65

This commit is contained in:
Justin Bollinger
2026-01-31 23:41:33 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y p7zip-full transmission-cli
- name: Install uv
run: python -m pip install --upgrade pip uv pytest
run: python -m pip install --upgrade pip uv==0.9.28 pytest
- name: Install project dependencies
run: |