Skip to content

Commit

Permalink
chore: ensure uv lock is unchanged in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenengelsen committed Aug 23, 2024
1 parent e647868 commit 14f0c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
uv-${{ runner.os }}
- name: Install deps
run: cd api && uv sync --dev
run: cd api && uv sync --dev --locked

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

- name: Minimize uv cache
Expand Down

0 comments on commit 14f0c1d

Please sign in to comment.