Skip to content

Commit d67c581

Browse files
authored
Simplify installation command in CI workflow
Removed specific index settings from the installation command.
1 parent 9c06806 commit d67c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python ${{ matrix.python-version }}
3939
run: uv python install
4040
- name: Install the project
41-
run: uv sync --all-extras --dev --index torch=https://download.pytorch.org/whl/cpu --index-strategy unsafe-best-match
41+
run: uv sync --all-extras --dev
4242
- name: Install pip for spaCy
4343
run: uv pip install pip
4444
- name: Download spaCy model

0 commit comments

Comments
 (0)