Skip to content

Commit 1536668

Browse files
committed
debug
1 parent 77d5ccc commit 1536668

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)