Skip to content

Commit de0c736

Browse files
Yuerchuclaude
andcommitted
fix(ci): use uv run for basedpyright invocation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 679c315 commit de0c736

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ jobs:
3434
- name: Set up Python 3.12
3535
run: uv python install 3.12
3636

37-
- name: Create venv and install all extras
38-
run: |
39-
uv venv --python 3.12 .venv
40-
uv pip install --python .venv/bin/python -e ".[dev,fastapi,cache,pgvector]"
37+
- name: Install dependencies
38+
run: uv pip install -e ".[dev,fastapi,cache,pgvector]"
4139

4240
- name: Run basedpyright
43-
run: .venv/bin/basedpyright --level error
41+
run: uv run basedpyright --level error
4442

4543
# -------------------------------------------------------------------
4644
# Job 1: source-tree tests across supported Python versions.

0 commit comments

Comments
 (0)