Skip to content

Commit

Permalink
FIX: fixed no such directory for requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtoFaze authored Dec 10, 2024
1 parent e40a7be commit 6c2196f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Deploy_modal_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c2196f

Please sign in to comment.