Skip to content

Commit e434b5e

Browse files
committed
debug
1 parent 1536668 commit e434b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
# mkl_umath cannot be installed in editable mode, we need
9898
# to change directory before importing it and running tests
9999
cd ..
100-
python -X faulthandler -m pytest -s -v --pyargs mkl_umath/mkl_umath/tests
100+
python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests -k "not patch"

0 commit comments

Comments
 (0)