1 parent 679c315 commit de0c736Copy full SHA for de0c736
1 file changed
.github/workflows/ci.yml
@@ -34,13 +34,11 @@ jobs:
34
- name: Set up Python 3.12
35
run: uv python install 3.12
36
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]"
+ - name: Install dependencies
+ run: uv pip install -e ".[dev,fastapi,cache,pgvector]"
41
42
- name: Run basedpyright
43
- run: .venv/bin/basedpyright --level error
+ run: uv run basedpyright --level error
44
45
# -------------------------------------------------------------------
46
# Job 1: source-tree tests across supported Python versions.
0 commit comments