Skip to content

Commit 4fda5aa

Browse files
committed
use faulthandler with umath tests
1 parent 89a3354 commit 4fda5aa

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
# mkl_umath cannot be installed in editable mode, we need
7777
# to change directory before importing it and running tests
7878
cd ..
79-
python -m pytest -sv --pyargs mkl_umath
79+
python -X faulthandler -m pytest -sv --pyargs mkl_umath

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
5858
- name: Run mkl_umath tests
5959
run: |
60-
pip install pytest
6160
# mkl_umath cannot be installed in editable mode, we need
6261
# to change directory before importing it and running tests
6362
cd ..
64-
python -m pytest -sv --pyargs mkl_umath
63+
python -X faulthandler -m pytest -sv --pyargs mkl_umath

0 commit comments

Comments
 (0)