We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d883a3e commit b3144f1Copy full SHA for b3144f1
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
+ python -m pip install torch numpy
39
python -c "import torch; torch.xpu"
40
- name: Run tests
41
run: python tests/test.py
0 commit comments