There was an error while loading. Please reload this page.
1 parent f11bf78 commit d4c8293Copy full SHA for d4c8293
1 file changed
.github/workflows/release.yml
@@ -64,8 +64,11 @@ jobs:
64
65
- name: Install uv
66
run: |
67
- curl -LsSf https://astral.sh/uv/install.sh | sh
68
- echo "$HOME/.cargo/bin" >> $GITHUB_PATH
+ pip install uv
+
69
+ - name: Create virtual env
70
+ run: |
71
+ uv venv
72
73
- name: Install librsvg
74
run: brew install librsvg
@@ -92,4 +95,4 @@ jobs:
92
95
with:
93
96
files: installer/dist/Basic-Memory-Installer-${{ needs.release.outputs.tag }}.zip
94
97
tag_name: ${{ needs.release.outputs.tag }}
- token: ${{ secrets.GITHUB_TOKEN }}
98
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments