Skip to content

Commit e4f1a3e

Browse files
committed
Fix lint CI: install only dev tools, skip bot dependencies
gssapi (via paramiko[all]) needs libkrb5-dev which isn't on the runner. Lint only needs ruff and ty, so use --only-group dev --no-install-project.
1 parent 04f8952 commit e4f1a3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Set up Python
2020
run: uv python install 3.11
2121

22-
- name: Install dependencies
23-
run: uv sync --group dev
22+
- name: Install lint tools
23+
run: uv sync --only-group dev --no-install-project
2424

2525
- name: Ruff check
2626
run: uv run ruff check reverse_image_search_bot/

0 commit comments

Comments
 (0)