Skip to content

Commit bcac20a

Browse files
committed
fix: uv install workflow
1 parent cb6d140 commit bcac20a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39+
uv venv
40+
source .venv/bin/activate
3941
uv pip install build hatchling hatch-vcs
4042
uv sync --frozen
4143

0 commit comments

Comments
 (0)