CI: add --break-system-packages for Alpine (PEP 668)
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install -e ".[dev]"
|
python3 -m pip install --break-system-packages -e ".[dev]"
|
||||||
|
|
||||||
- name: Lint (ruff)
|
- name: Lint (ruff)
|
||||||
run: python3 -m ruff check src tests
|
run: python3 -m ruff check src tests
|
||||||
|
|||||||
Reference in New Issue
Block a user