Skip to content

Commit 9f28675

Browse files
author
nightjarrr
committed
Optimizing the APT package installs.
1 parent 6e727d4 commit 9f28675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv sync --all-extras --dev
2727

2828
- name: Install CLI tools
29-
run: sudo apt-get install -y rawtherapee imagemagick ffmpeg
29+
run: sudo apt-get install -y --no-install-recommends rawtherapee imagemagick ffmpeg
3030

3131
- name: Run tests
3232
run: uv run pytest

0 commit comments

Comments
 (0)