Skip to content

Commit 76d741b

Browse files
authored
TEST-modin-project#6777: Make to_csv tests on Unidist more stable (modin-project#6776)
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
1 parent ebc718d commit 76d741b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,15 @@ jobs:
632632
if: matrix.os != 'windows'
633633
- run: ${{ matrix.execution.shell-ex }} $PARALLEL modin/numpy/test
634634
- 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'
635644
- run: ${{ matrix.execution.shell-ex }} modin/experimental/pandas/test/test_io_exp.py
636645
- run: ${{ matrix.execution.shell-ex }} $PARALLEL modin/test/interchange/dataframe_protocol/test_general.py
637646
- run: ${{ matrix.execution.shell-ex }} $PARALLEL modin/test/interchange/dataframe_protocol/pandas/test_protocol.py

0 commit comments

Comments
 (0)