CI: add --break-system-packages for Alpine (PEP 668)

This commit is contained in:
2026-09-03 11:27:48 +03:00
parent 05404bd65d
commit d25f885eec
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -e ".[dev]"
python3 -m pip install --break-system-packages -e ".[dev]"
- name: Lint (ruff)
run: python3 -m ruff check src tests