Skip to content

Commit fde4756

Browse files
committed
update: test workflow
1 parent 77749da commit fde4756

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
persist-credentials: false
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: ${{ matrix.py_version }}
17+
python-version: 3.14
1818
- id: setup-uv
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
enable-cache: true
22-
cache-suffix: 3.11
22+
cache-suffix: 3.14
2323
version: "latest"
24-
python-version: 3.11
24+
python-version: 3.14
2525
- name: Install deps
2626
env:
2727
UV_NO_MANAGED_PYTHON: 1
28-
run: uv sync --all-extras --python ${{ matrix.py_version }}
28+
run: uv sync --all-extras --python 3.14
2929
- name: Run lint check
3030
run: uv run pre-commit run -a ${{ matrix.cmd }}
3131
pytest:

0 commit comments

Comments
 (0)