File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 53
53
python process_skipfiles.py
54
54
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
55
55
pip install -e .
56
+ pip freeze -l
56
57
pyinstaller .\apps\shark_studio\shark_studio.spec
57
58
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
58
59
signtool sign /f c:\g\shark_02152023.cer /fd certHash /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
Original file line number Diff line number Diff line change @@ -89,7 +89,4 @@ else {python -m venv .\shark.venv\}
89
89
python - m pip install -- upgrade pip
90
90
pip install wheel
91
91
pip install - r requirements.txt
92
- # remove this when windows DLL issues are fixed from LLVM changes
93
- pip install -- force- reinstall https:// github.com / openxla/ iree/ releases/ download/ candidate- 20240326.843 / iree_compiler- 20240326.843 - cp311- cp311- win_amd64.whl https:// github.com / openxla/ iree/ releases/ download/ candidate- 20240326.843 / iree_runtime- 20240326.843 - cp311- cp311- win_amd64.whl
94
-
95
92
Write-Host " Source your venv with ./shark.venv/Scripts/activate"
You can’t perform that action at this time.
0 commit comments