We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4825f4 commit dfc1b62Copy full SHA for dfc1b62
1 file changed
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install deps
23
env:
24
UV_NO_MANAGED_PYTHON: 1
25
- run: uv sync --all-extras
+ run: uv sync --all-extras --python ${{ matrix.py_version }}
26
- name: Run lint check
27
run: uv run pre-commit run -a ${{ matrix.cmd }}
28
pytest:
0 commit comments