Use supported uv group install in lint CI

This commit is contained in:
Nick Sweeting 2026-07-20 15:23:18 -07:00
parent 39e1a77de7
commit ee342a0313
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ jobs:
- name: Install dependencies with uv
run: |
uv venv
uv pip install --all-groups -e ./abxpkg -e ./abx-plugins -e ./abx-dl -e ".[sonic,debug]"
uv pip install --group dev -e ./abxpkg -e ./abx-plugins -e ./abx-dl -e ".[sonic,debug]"
- name: Run prek
run: uv run --no-sync --no-sources prek run --all-files