Skip to content

Commit 6375814

Browse files
committed
ci: use uv tool run spacy download to avoid missing pip in uv venv
1 parent 37662a1 commit 6375814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --frozen --all-extras --group dev
3636
- name: Download SpaCy model
3737
if: matrix.python-version != '3.14'
38-
run: uv run --frozen python -m spacy download en_core_web_sm
38+
run: uv tool run spacy download en_core_web_sm
3939
- name: Check format and linting
4040
run: |
4141
uv run --frozen ruff check .

0 commit comments

Comments
 (0)