ci: configure pre-commit hooks and github actions to use uv run (#3479)

This commit is contained in:
Greyson LaLonde
2025-09-08 11:30:28 -04:00
committed by GitHub
parent 1a96ed7b00
commit 37c5e88d02
2 changed files with 14 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install dependencies
run: uv sync --dev --no-install-project
run: uv sync --dev --all-extras --no-install-project
- name: Get changed Python files
id: changed-files