Skip to content

Commit faad513

Browse files
Udayraj123claude
andcommitted
fix: remove redundant uv venv step in CI setup action
uv sync --frozen already creates the .venv; calling uv venv again fails with "virtual environment already exists". source activate also has no effect between steps — uv run handles venv activation itself. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9188e8c commit faad513

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/actions/setup-python-with-uv/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ runs:
2222
run: uv sync --frozen
2323
shell: bash
2424

25-
- name: Activate venv
26-
run: |
27-
uv venv
28-
source .venv/bin/activate
29-
shell: bash

0 commit comments

Comments
 (0)