File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
171
171
export OCL_ICD_FILENAMES=libintelocl.so
172
172
# clinfo -l
173
- python -m pytest -p no:faulthandler - -pyargs $MODULE_NAME
173
+ python -m pytest --pyargs $MODULE_NAME
174
174
175
175
test_windows :
176
176
needs : build_windows
@@ -296,8 +296,10 @@ jobs:
296
296
conda activate dpctl_test && python -m dpctl -f
297
297
- name : Run tests
298
298
shell : cmd /C CALL {0}
299
+ env :
300
+ DPCTL_VERBOSITY : error
299
301
run : >-
300
- conda activate dpctl_test && python -m pytest -p no:faulthandler --pyargs ${{ env.MODULE_NAME }}
302
+ conda activate dpctl_test && python -m pytest -v -s --pyargs ${{ env.MODULE_NAME }}
301
303
302
304
upload_linux :
303
305
needs : test_linux
You can’t perform that action at this time.
0 commit comments