You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# All structural, reduction, manipulation, io, comparison, astype,
117
-
# and advanced-indexing tests still run (423 / 900).
109
+
run: |
110
+
cd tests
111
+
python -m pytest test_all.py -q --tb=short --no-header -k "not (test_unary_math or test_dot or test_norm or test_matmul or TestEinsum or test_avx512_boundary or test_nan_passthrough or test_nan_mixed or test_domain or signed_zero or _inf or test_sign_inf)"
118
112
119
113
# ── Job 3: package both DEBs ─────────────────────────────────────────────────
0 commit comments