CI: UV sync frozen and no extra tools
Signed-off-by: Luis Garcia <git@luigi311.com>pull/290/head
parent
9e53c0f8e2
commit
07542b498e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue