File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,9 @@ jobs:
387
387
command : |
388
388
conda run --no-capture-output -n modin_on_unidist mpiexec -n 1 -genv AWS_ACCESS_KEY_ID foobar_key \
389
389
-genv AWS_SECRET_ACCESS_KEY foobar_secret python -m pytest modin/pandas/test/test_io.py --verbose
390
- - run : mpiexec -n 1 python -m pytest modin/experimental/pandas/test/test_io_exp.py
390
+ - run : |
391
+ mpiexec -n 1 -genv AWS_ACCESS_KEY_ID foobar_key -genv AWS_SECRET_ACCESS_KEY foobar_secret \
392
+ python -m pytest modin/experimental/pandas/test/test_io_exp.py
391
393
- run : mpiexec -n 1 python -m pytest modin/experimental/sql/test/test_sql.py
392
394
- run : mpiexec -n 1 python -m pytest modin/test/interchange/dataframe_protocol/test_general.py
393
395
- run : mpiexec -n 1 python -m pytest modin/test/interchange/dataframe_protocol/pandas/test_protocol.py
You can’t perform that action at this time.
0 commit comments