Skip to content

Commit 24a1e30

Browse files
authored
Remove pytorch v2.1.2 constraint for tests since ipex v2.2.0 release (#552)
1 parent ad99b98 commit 24a1e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test_ipex.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cpu
3433
pip install .[ipex,tests]
3534
- name: Test with Pytest
3635
run: |

0 commit comments

Comments
 (0)