Skip to content

Commit 7e92ab1

Browse files
committed
ci: fix GitHub Actions tests by removing invalid uv source command
`uv` doesn’t support `source`. Virtualenv activation isn’t needed in CI since `uv run` handles execution inside the `.venv`. This fixes the failing workflow.
1 parent 965ab08 commit 7e92ab1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip
2928
pip install uv
3029
uv venv
31-
uv source .venv/bin/activate
3230
uv pip install -e ".[dev]"
3331
uv pip install pytest pytest-cov
3432

0 commit comments

Comments
 (0)