Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Nov 28, 2023
1 parent 26f9365 commit 5c84a6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,8 @@ jobs:
timeout_minutes: 1
max_attempts: 5
command: |
conda env list
conda activate modin_on_unidist
${{ matrix.execution.shell-ex }} -m "not exclude_in_sanity" modin/pandas/test/test_io.py --verbose
bash -l conda env list
bash -l conda activate modin_on_unidist && ${{ matrix.execution.shell-ex }} -m "not exclude_in_sanity" modin/pandas/test/test_io.py --verbose
timeout-minutes: 10
if: matrix.execution.name == 'unidist'
- run: ${{ matrix.execution.shell-ex }} modin/experimental/pandas/test/test_io_exp.py
Expand Down

0 comments on commit 5c84a6b

Please sign in to comment.