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