We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3144f1 commit 81eff94Copy full SHA for 81eff94
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
python-version: "3.x"
36
- name: Install EqTools
37
run: |
38
- python -m pip install torch numpy
+ python -m pip install torch==2.1.0 numpy
39
python -c "import torch; torch.xpu"
40
- name: Run tests
41
run: python tests/test.py
0 commit comments