We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6a656 commit b4ede28Copy full SHA for b4ede28
1 file changed
.github/workflows/build-and-release.yml
@@ -26,7 +26,7 @@ jobs:
26
cd backend
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
- pip uninstall onnxruntime
+ pip uninstall -y onnxruntime
30
pip install onnxruntime-directml
31
32
- name: Build executable with PyInstaller
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
pip install onnxruntime-gpu
73
74
0 commit comments