CI: fix ruff install on Ubuntu 24.04 (PEP 668)

Ubuntu 24.04 blocks pip install into the system Python by default.
Add --break-system-packages for the lint job's throwaway container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Van Deusen
2026-03-10 11:21:35 -04:00
parent af9c540f6e
commit 5104fdf27a
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v6
- name: Install ruff
run: pip install ruff
run: pip install --break-system-packages ruff
- name: Lint
run: ruff check src/