Skip to content

Commit 5e8850f

Browse files
Yuerchuclaude
andcommitted
fix(ci): create venv before pip install
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de0c736 commit 5e8850f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: uv python install 3.12
3636

3737
- name: Install dependencies
38-
run: uv pip install -e ".[dev,fastapi,cache,pgvector]"
38+
run: |
39+
uv venv
40+
uv pip install -e ".[dev,fastapi,cache,pgvector]"
3941
4042
- name: Run basedpyright
4143
run: uv run basedpyright --level error

0 commit comments

Comments
 (0)