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