Skip to content

Commit

Permalink
Merge pull request #32 from ollama/update-actions
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
mxyng authored Jan 26, 2024
2 parents 19e7a3d + 354f012 commit f618a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: poetry install --with=dev
- run: poetry run ruff --output-format=github .
- run: poetry run ruff check --output-format=github .
- run: poetry run ruff format --check .
- run: poetry run pytest . --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=ollama --cov-report=xml --cov-report=html
- name: check poetry.lock is up-to-date
run: poetry check --lock
Expand Down

0 comments on commit f618a2f

Please sign in to comment.