Skip to content

Commit 332aed9

Browse files
typo
1 parent f5f4fed commit 332aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install dependencies
186186
run: |
187187
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
188-
pip install intel_extension_for_pytorch==2.7.0 -extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
188+
pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
189189
pip install -e ".[test]"
190190
pip install pytest-cov
191191

0 commit comments

Comments
 (0)