From 5b19f352e728061a9fe31910e14c56e137f2efcc Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Mon, 29 Jan 2024 20:50:14 +0100 Subject: [PATCH] add missed pytest call Signed-off-by: Anatoly Myachev --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841b7d8a4d9..7966efa21b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,7 @@ jobs: - run: python -m pytest modin/test/test_utils.py - run: python -m pytest asv_bench/test/test_utils.py - run: python -m pytest modin/test/interchange/dataframe_protocol/base + - run: python -m pytest modin/test/test_dataframe_api_standard.py - run: python -m pytest modin/test/test_logging.py - uses: ./.github/actions/upload-coverage