We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e7a3d + 354f012 commit f618a2fCopy full SHA for f618a2f
.github/workflows/test.yaml
@@ -17,7 +17,8 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
cache: poetry
19
- run: poetry install --with=dev
20
- - run: poetry run ruff --output-format=github .
+ - run: poetry run ruff check --output-format=github .
21
+ - run: poetry run ruff format --check .
22
- run: poetry run pytest . --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=ollama --cov-report=xml --cov-report=html
23
- name: check poetry.lock is up-to-date
24
run: poetry check --lock
0 commit comments