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