Skip to content

Commit c25a093

Browse files
committed
Debug test crash when BLOSC2_ENABLE_MINIEXPR_WINDOWS=1
1 parent b3e9915 commit c25a093

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/win.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,17 @@ jobs:
4444
CMAKE_BUILD_PARALLEL_LEVEL: 8
4545
SKBUILD_PARALLEL_LEVEL: 8
4646

47-
- name: Run full test suite
47+
- name: Run full test suite (miniexpr override off)
48+
if: matrix.miniexpr_windows == '0'
4849
run: python -m pytest
4950
env:
50-
BLOSC2_ENABLE_MINIEXPR_WINDOWS: ${{ matrix.miniexpr_windows }}
51+
BLOSC2_ENABLE_MINIEXPR_WINDOWS: "0"
52+
53+
- name: Run targeted constructor test (miniexpr override on)
54+
if: matrix.miniexpr_windows == '1'
55+
run: python -m pytest tests/ndarray/test_lazyexpr.py -k test_save_constructor -x -vv
56+
env:
57+
BLOSC2_ENABLE_MINIEXPR_WINDOWS: "1"
5158

5259
- name: Run DSL JIT bench with trace
5360
if: matrix.miniexpr_windows == '1'

0 commit comments

Comments
 (0)