Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblure committed Dec 14, 2024
1 parent 336f0ef commit ef74585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-dependency-glob: "uv.lock"

- name: Install dependencies
run: uv sync --locked --all-extras --no-install-project
run: uv sync --frozen --all-extras --no-install-project

- name: Execute mypy
run: uv run mypy src tests
Expand Down

0 comments on commit ef74585

Please sign in to comment.