Skip to content

Commit

Permalink
ci: Update GitHub Actions workflow to install onnxruntime in Python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Feb 25, 2025
1 parent a88bf06 commit 183a93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
./dep_build/venv/Scripts/activate
Write-Host "==== 在 venv 环境中安装项目依赖 ===="
uv pip install .
uv pip install . onnxruntime==1.16.1
Write-Host "==== 复制 venv/Lib/site-packages 到 build/ ===="
Copy-Item -Path "./dep_build/venv/Lib/site-packages" -Destination "./build/site-packages" -Recurse -Force
Expand Down

0 comments on commit 183a93d

Please sign in to comment.