Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 16, 2024
1 parent f4043a6 commit 1cbab14
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/unstructured.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ on:
pull_request:
paths:
- "integrations/unstructured/**"
- ".github/workflows/unstructured.yml"

defaults:
run:
working-directory: integrations/unstructured
- ".github/workflows/unstructured.yml"

concurrency:
group: unstructured_-${{ github.head_ref }}
Expand Down Expand Up @@ -54,8 +50,10 @@ jobs:
run: pip install --upgrade hatch

- name: Lint
working-directory: integrations/ollama
if: matrix.python-version == '3.9'
run: hatch run lint:all

- name: Run tests
working-directory: integrations/ollama
run: hatch run cov

0 comments on commit 1cbab14

Please sign in to comment.