File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,11 @@ jobs:
9090 cd ..
9191 valgrind --error-exitcode=99 python -m pytest -s -v --pyargs mkl_umath/mkl_umath/tests || true
9292
93-
94- # - name: Run mkl_umath tests
95- # run: |
96- # source ${{ env.ONEAPI_ROOT }}/setvars.sh
97- # pip install pytest
98- # # mkl_umath cannot be installed in editable mode, we need
99- # # to change directory before importing it and running tests
100- # cd ..
101- # pytest -s -v --pyargs mkl_umath/mkl_umath/tests
93+ - name : Run mkl_umath tests
94+ run : |
95+ source ${{ env.ONEAPI_ROOT }}/setvars.sh
96+ pip install pytest
97+ # mkl_umath cannot be installed in editable mode, we need
98+ # to change directory before importing it and running tests
99+ cd ..
100+ python -X faulthandler -m pytest -s -v --pyargs mkl_umath/mkl_umath/tests
You can’t perform that action at this time.
0 commit comments