File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -632,6 +632,15 @@ jobs:
632
632
if : matrix.os != 'windows'
633
633
- run : ${{ matrix.execution.shell-ex }} $PARALLEL modin/numpy/test
634
634
- run : ${{ matrix.execution.shell-ex }} -m "not exclude_in_sanity" modin/pandas/test/test_io.py --verbose
635
+ if : matrix.execution.name != 'unidist'
636
+ - uses : nick-fields/retry@v2
637
+ # to avoid issues with non-stable `to_csv` tests for unidist on MPI backend.
638
+ # for details see: https://github.com/modin-project/modin/pull/6776
639
+ with :
640
+ timeout_minutes : 15
641
+ max_attempts : 3
642
+ command : conda run --no-capture-output -n modin_on_unidist ${{ matrix.execution.shell-ex }} -m "not exclude_in_sanity" modin/pandas/test/test_io.py --verbose
643
+ if : matrix.execution.name == 'unidist'
635
644
- run : ${{ matrix.execution.shell-ex }} modin/experimental/pandas/test/test_io_exp.py
636
645
- run : ${{ matrix.execution.shell-ex }} $PARALLEL modin/test/interchange/dataframe_protocol/test_general.py
637
646
- run : ${{ matrix.execution.shell-ex }} $PARALLEL modin/test/interchange/dataframe_protocol/pandas/test_protocol.py
You can’t perform that action at this time.
0 commit comments