Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Linters
shell: bash
run: uv run --frozen poe linters
run: uv run --locked poe linters

test:
timeout-minutes: 5
Expand All @@ -49,7 +49,7 @@ jobs:
env:
_MERGIFY_TEST_NEW_FLAKY_DETECTION: "true"
PYTHONUTF8: "${{ matrix.os == 'windows-2025' && 1 || 0 }}"
run: uv run --frozen poe test
run: uv run --locked poe test

- name: Build
shell: bash
Expand Down