Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ jobs:
python-version: "3.11"
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install dependencies
- name: Install linting tools
working-directory: python
run: |
uv venv
source .venv/bin/activate
uv pip install -e .[dev]
# Install only linting tools without building the Rust extension
uv pip install ruff pyright
- name: Run ruff format check
working-directory: python
run: |
Expand Down
Loading
Loading