Skip to content

Commit b9839fb

Browse files
authored
Update ci.yml
1 parent 7136e0e commit b9839fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
with:
462462
name: sklearnex_build_${{ env.UXL_PYTHONVERSION }}
463463
- name: Install PyTorch
464-
if: contains(matrix.FRAMEWORKS, 'numpy')
464+
if: contains(matrix.FRAMEWORKS, 'pytorch')
465465
run: |
466466
pip install torch --index-url https://download.pytorch.org/whl/cpu
467467
python -c "import torch; _=[print(torch.xpu.get_device_name(i)) for i in range(torch.xpu.device_count())]"

0 commit comments

Comments
 (0)