Skip to content

Commit 8fab439

Browse files
committed
flows: env fix
1 parent 678a62a commit 8fab439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Install Hatch
2525
run: pip install hatch
2626

27+
- name: Create env
28+
run: hatch env create
29+
30+
- name: Source env
31+
run: source $(hatch env find)/bin/activate
32+
2733
- name: Install uv
2834
run: pip install uv
2935

0 commit comments

Comments
 (0)