From 6c2196ff9c1f99480f8c264e73c31b32d11cf98b Mon Sep 17 00:00:00 2001 From: Damon <110209956+ProtoFaze@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:45:14 +0800 Subject: [PATCH] FIX: fixed no such directory for requirements.txt --- .github/workflows/Deploy_modal_ollama.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy_modal_ollama.yml b/.github/workflows/Deploy_modal_ollama.yml index 5d49caf..19bfc87 100644 --- a/.github/workflows/Deploy_modal_ollama.yml +++ b/.github/workflows/Deploy_modal_ollama.yml @@ -25,6 +25,7 @@ jobs: - name: Install python requirements run: | python -m pip install --upgrade pip + cd ollama_backend pip install -r requirements.txt - name: Deploy job