Skip to content

Commit f0d32a4

Browse files
committed
Revert "ci: download en_core_web_sm in PR workflow to run SpaCy integration tests"
This reverts commit 208d569.
1 parent c1f0688 commit f0d32a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
if: steps.cached-venv.outputs.cache-hit != 'true'
3535
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
3936
- name: Check format and linting
4037
run: |
4138
uv run --frozen ruff check .

0 commit comments

Comments
 (0)