Merge pull request #32 from ollama/update-actions

update github actions
This commit is contained in:
Michael Yang
2024-01-26 11:32:40 -08:00
committed by GitHub

View File

@@ -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