Skip to content

Commit e762f09

Browse files
committed
Remove GitHub action
1 parent 403f13d commit e762f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: Run tests
9898
run: |
99-
python -m pytest -ra --pyargs dpnp.tests
99+
python -m pytest -ra
100100
env:
101101
SYCL_CACHE_PERSISTENT: 1
102102

@@ -186,6 +186,6 @@ jobs:
186186
187187
- name: Run tests
188188
run: |
189-
python -m pytest -ra --pyargs dpnp.tests
189+
python -m pytest -ra
190190
env:
191191
SYCL_CACHE_PERSISTENT: 1

0 commit comments

Comments
 (0)