Skip to content

Commit

Permalink
lkj
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Aug 23, 2024
1 parent 1677750 commit b2d016f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ jobs:
uv-${{ runner.os }}
- name: Install deps
run: |
cd api
uv sync --dev --all-extras
run: cd api && uv sync --dev

- name: Run tests
run: uv run pytest
run: cd api && uv run pre-commit --all-files

- name: Minimize uv cache
run: uv cache prune --ci
Expand Down

0 comments on commit b2d016f

Please sign in to comment.