We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f0688 commit f0d32a4Copy full SHA for f0d32a4
1 file changed
.github/workflows/pr.yaml
@@ -33,9 +33,6 @@ jobs:
33
- name: Install dependencies
34
if: steps.cached-venv.outputs.cache-hit != 'true'
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
39
- name: Check format and linting
40
run: |
41
uv run --frozen ruff check .
0 commit comments