There was an error while loading. Please reload this page.
1 parent 82e6f2a commit 1d5aa93Copy full SHA for 1d5aa93
1 file changed
.github/workflows/deploy.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Install dependencies
69
run: |
70
- python -m pip install --no-cache-dir -r echoshot_ai_server/requirements.txt
+ python -m pip install --no-cache-dir --no-build-isolation -r echoshot_ai_server/requirements.txt
71
72
- name: Install PyTorch (CPU for testing)
73
0 commit comments