Skip to content

Commit 5ad1bb8

Browse files
committed
Revert "fix: lint steps"
This reverts commit 9191086.
1 parent 9191086 commit 5ad1bb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/checkout@v5
1313
with:
1414
persist-credentials: false
15+
- uses: actions/setup-python@v5
16+
with:
17+
python-version: 3.14
1518
- id: setup-uv
1619
uses: astral-sh/setup-uv@v7
1720
with:
@@ -22,7 +25,7 @@ jobs:
2225
- name: Install deps
2326
env:
2427
UV_NO_MANAGED_PYTHON: 1
25-
run: uv sync --all-extras
28+
run: uv sync --all-extras --python 3.14
2629
- name: Run lint check
2730
run: uv run pre-commit run -a ${{ matrix.cmd }}
2831
pytest:

0 commit comments

Comments
 (0)