CI: UV sync frozen and no extra tools

Signed-off-by: Luis Garcia <git@luigi311.com>
pull/290/head
Luis Garcia 2025-07-11 10:37:26 -06:00
parent 9e53c0f8e2
commit 07542b498e
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
python-version-file: ".python-version"
- name: "Install dependencies"
run: uv sync --all-extras --dev
run: uv sync --frozen
- name: "Run tests"
run: uv run pytest -vvv
@ -48,7 +48,7 @@ jobs:
- name: "Install dependencies"
run: |
uv sync --all-extras --dev
uv sync --frozen
sudo apt update && sudo apt install -y docker-compose
- name: "Checkout JellyPlex-Watched-CI"