We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1536668 commit e434b5eCopy full SHA for e434b5e
.github/workflows/build-with-clang.yml
@@ -97,4 +97,4 @@ jobs:
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
+ python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests -k "not patch"
0 commit comments