Skip to content

Commit 9191086

Browse files
committed
fix: lint steps
1 parent 13241e8 commit 9191086

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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
1815
- id: setup-uv
1916
uses: astral-sh/setup-uv@v7
2017
with:
@@ -25,7 +22,7 @@ jobs:
2522
- name: Install deps
2623
env:
2724
UV_NO_MANAGED_PYTHON: 1
28-
run: uv sync --all-extras --python 3.14
25+
run: uv sync --all-extras
2926
- name: Run lint check
3027
run: uv run pre-commit run -a ${{ matrix.cmd }}
3128
pytest:

0 commit comments

Comments
 (0)