Skip to content

Commit 1d5aa93

Browse files
committed
feat: 배포 워크플로우 및 서브모듈 업데이트
1 parent 82e6f2a commit 1d5aa93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Install dependencies
6969
run: |
70-
python -m pip install --no-cache-dir -r echoshot_ai_server/requirements.txt
70+
python -m pip install --no-cache-dir --no-build-isolation -r echoshot_ai_server/requirements.txt
7171
7272
- name: Install PyTorch (CPU for testing)
7373
run: |

0 commit comments

Comments
 (0)