fix: activate vitualenv in installer build

This commit is contained in:
phernandez
2025-02-13 20:13:40 -06:00
parent f11bf78f3f
commit d4c8293687
+6 -3
View File
@@ -64,8 +64,11 @@ jobs:
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
pip install uv
- name: Create virtual env
run: |
uv venv
- name: Install librsvg
run: brew install librsvg
@@ -92,4 +95,4 @@ jobs:
with:
files: installer/dist/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
tag_name: ${{ needs.release.outputs.tag }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}