mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Use supported uv group install in lint CI
This commit is contained in:
parent
39e1a77de7
commit
ee342a0313
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user