We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37662a1 commit 6375814Copy full SHA for 6375814
1 file changed
.github/workflows/pr.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: uv sync --frozen --all-extras --group dev
36
- name: Download SpaCy model
37
if: matrix.python-version != '3.14'
38
- run: uv run --frozen python -m spacy download en_core_web_sm
+ run: uv tool run spacy download en_core_web_sm
39
- name: Check format and linting
40
run: |
41
uv run --frozen ruff check .
0 commit comments