Skip to content

Commit abeeab6

Browse files
committed
patching release.yml
1 parent dc41437 commit abeeab6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ jobs:
4646
- name: Add uv to PATH
4747
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
4848
shell: bash
49-
49+
- name: Create virtual environment
50+
run: uv venv
51+
- name: Activate virtual environment
52+
run: |
53+
echo "PATH=$PATH:$PWD/.venv/bin" >> $GITHUB_PATH
54+
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
5055
- name: Install dependencies with uv
5156
run: |
5257
# Install packages from requirements.txt and additional tools

0 commit comments

Comments
 (0)