Commit 979a30c
committed
Change array-api-tests run command
This should resolve the following ModuleNotFoundError seen in the logs:
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/runner/work/dpctl/dpctl/dpctl/__init__.py", line 38, in <module>
from ._device_selection import select_device_with_aspects
File "/home/runner/work/dpctl/dpctl/dpctl/_device_selection.py", line 20, in <module>
from ._sycl_device import SyclDevice, SyclDeviceCreationError
ModuleNotFoundError: No module named 'dpctl._sycl_device'
============================= test session starts ==============================
```1 parent 1015fcf commit 979a30c
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | 645 | | |
649 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
650 | 649 | | |
651 | 650 | | |
652 | 651 | | |
| |||
707 | 706 | | |
708 | 707 | | |
709 | 708 | | |
710 | | - | |
711 | | - | |
| 709 | + | |
| 710 | + | |
0 commit comments