Skip to content

Commit d883a3e

Browse files
authored
Update ci.yml
1 parent 0e767e0 commit d883a3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
with:
3535
python-version: "3.x"
3636
- name: Install EqTools
37-
run: python -m pip install .
37+
run: |
38+
python -m pip install torch
39+
python -c "import torch; torch.xpu"
3840
- name: Run tests
3941
run: python tests/test.py
4042
- name: Run unittests

0 commit comments

Comments
 (0)