Skip to content

Commit 8038af2

Browse files
committed
debug
1 parent 38aa2f5 commit 8038af2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
python -X faulthandler -m pytest -q --pyargs mkl_umath/mkl_umath/tests || echo "pytest (sequential) exit code=$?"
115115
# Show loaded modules
116116
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
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

0 commit comments

Comments
 (0)