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: |
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update \
transmission-cli \
&& rm -rf /var/lib/apt/lists/*
RUN python -m pip install -q uv
RUN python -m pip install -q uv==0.9.28
COPY . /workspace