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 67f9a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uv-${{ runner.os }}
- name: Install deps
run: cd api && uv sync --dev
run: cd api && uv sync --dev --locked

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

0 comments on commit 67f9a39

Please sign in to comment.