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 38aa2f5 commit 8038af2Copy full SHA for 8038af2
.github/workflows/build-with-clang.yml
@@ -114,8 +114,8 @@ jobs:
114
python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests || echo "pytest (sequential) exit code=$?"
115
# Show loaded modules
116
python - <<'EOF'
117
-import sys, mkl_umath, numpy
118
-print("Loaded mkl_umath from:", mkl_umath.__file__)
119
-print("MKL_THREADING_LAYER =", __import__('os').environ.get('MKL_THREADING_LAYER'))
120
-print("Has _ufuncs:", '_ufuncs' in dir(mkl_umath))
121
-EOF
+ import sys, mkl_umath, numpy
+ print("Loaded mkl_umath from:", mkl_umath.__file__)
+ print("MKL_THREADING_LAYER =", __import__('os').environ.get('MKL_THREADING_LAYER'))
+ print("Has _ufuncs:", '_ufuncs' in dir(mkl_umath))
+ EOF
0 commit comments