Skip to content

Commit

Permalink
Fix ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Feb 22, 2025
1 parent f2d0909 commit 97465f1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,20 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12.x"

- name: Install Poetry
uses: snok/[email protected]
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
poetry install --no-interaction --all-extras
- name: Wait for Ollama to be ready
run: |
Expand Down

0 comments on commit 97465f1

Please sign in to comment.