We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c06806 commit d67c581Copy full SHA for d67c581
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Set up Python ${{ matrix.python-version }}
39
run: uv python install
40
- name: Install the project
41
- run: uv sync --all-extras --dev --index torch=https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match
+ run: uv sync --all-extras --dev
42
- name: Install pip for spaCy
43
run: uv pip install pip
44
- name: Download spaCy model
0 commit comments