Skip to content

Commit 2eb62f6

Browse files
committed
fix: lint steps
1 parent 5ad1bb8 commit 2eb62f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install deps
2626
env:
2727
UV_NO_MANAGED_PYTHON: 1
28-
run: uv sync --all-extras --python 3.14
28+
run: uv sync --all-extras
2929
- name: Run lint check
3030
run: uv run pre-commit run -a ${{ matrix.cmd }}
3131
pytest:

0 commit comments

Comments
 (0)