Skip to content

Commit d4c8293

Browse files
author
phernandez
committed
fix: activate vitualenv in installer build
1 parent f11bf78 commit d4c8293

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@ jobs:
6464

6565
- name: Install uv
6666
run: |
67-
curl -LsSf https://astral.sh/uv/install.sh | sh
68-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
67+
pip install uv
68+
69+
- name: Create virtual env
70+
run: |
71+
uv venv
6972
7073
- name: Install librsvg
7174
run: brew install librsvg
@@ -92,4 +95,4 @@ jobs:
9295
with:
9396
files: installer/dist/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
9497
tag_name: ${{ needs.release.outputs.tag }}
95-
token: ${{ secrets.GITHUB_TOKEN }}
98+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)