From 43a9fcde76c5c65b85a739857ec8107378c408c0 Mon Sep 17 00:00:00 2001 From: Matthew Murray Date: Mon, 23 Sep 2024 12:20:07 -0700 Subject: [PATCH] revert CI changes --- ci/cudf_pandas_scripts/run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/cudf_pandas_scripts/run_tests.sh b/ci/cudf_pandas_scripts/run_tests.sh index 1cc6aab242e..c6228a4ef33 100755 --- a/ci/cudf_pandas_scripts/run_tests.sh +++ b/ci/cudf_pandas_scripts/run_tests.sh @@ -78,8 +78,6 @@ python -m ipykernel install --user --name python3 # The third-party integration tests are ignored because they are run nightly in seperate CI job python -m pytest -p cudf.pandas \ --ignore=./python/cudf/cudf_pandas_tests/third_party_integration_tests/ \ - --numprocesses=8 \ - --dist=worksteal \ --cov-config=./python/cudf/.coveragerc \ --cov=cudf \ --cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cudf-pandas-coverage.xml" \