Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Aug 28, 2024
1 parent 867f049 commit 2761f76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
1 change: 1 addition & 0 deletions ci/cudf_pandas_scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ else
"$(echo ./dist/pylibcudf_${RAPIDS_PY_CUDA_SUFFIX}*.whl)"
fi

# We're ignoring third-party library tests because they are run nightly in a seperate CI job
python -m pytest -p cudf.pandas \
--ignore=./python/cudf/cudf_pandas_tests/third_party_integration_tests/ \
--cov-config=./python/cudf/.coveragerc \
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions ci/cudf_pandas_scripts/third-party-integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

set -euo pipefail

repo_root=$(git rev-parse --show-toplevel)
TEST_DIR=${repo_root}/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests

extract_lib_from_dependencies_yaml() {
local file=$1
# Parse all keys in dependencies.yaml under the "files" section,
Expand Down Expand Up @@ -67,9 +70,6 @@ main() {
conda activate test
set -u

repo_root=$(git rev-parse --show-toplevel)
TEST_DIR=${repo_root}/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests

rapids-print-env

rapids-logger "Check GPU usage"
Expand Down

0 comments on commit 2761f76

Please sign in to comment.