Skip to content

Commit 81eff94

Browse files
authored
Update ci.yml
1 parent b3144f1 commit 81eff94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.x"
3636
- name: Install EqTools
3737
run: |
38-
python -m pip install torch numpy
38+
python -m pip install torch==2.1.0 numpy
3939
python -c "import torch; torch.xpu"
4040
- name: Run tests
4141
run: python tests/test.py

0 commit comments

Comments
 (0)