Skip to content

Commit dfc1b62

Browse files
committed
update: test workflow
1 parent d4825f4 commit dfc1b62

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install deps
2323
env:
2424
UV_NO_MANAGED_PYTHON: 1
25-
run: uv sync --all-extras
25+
run: uv sync --all-extras --python ${{ matrix.py_version }}
2626
- name: Run lint check
2727
run: uv run pre-commit run -a ${{ matrix.cmd }}
2828
pytest:

0 commit comments

Comments
 (0)