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 39b1e4e commit d17eef4Copy full SHA for d17eef4
1 file changed
.github/workflows/build.yml
@@ -81,6 +81,8 @@ jobs:
81
id: build_non_windows
82
run: pip install -e . --group test
83
84
- - name: Test Windows DSL shutdown reproducer only
+ - name: Test Windows full suite with stdout diagnostics
85
if: runner.os == 'Windows'
86
- run: python -m pytest -s tests/ndarray/test_windows_dsl_shutdown_repro.py tests/ndarray/test_dsl_kernels.py
+ run: python -m pytest -s --tb=short -m "not heavy and (network or not network)"
87
+ env:
88
+ PYTHONFAULTHANDLER: "1"
0 commit comments