Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 14, 2024
1 parent c2fdc1a commit 4e73c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_cudf_polars_polars_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DESELECTED_TESTS=(

# The binary used for TPC-H generation is compiled for x86_64, not aarch64.
if [[ $(arch) == "aarch64" ]]; then
DESELECTED_TESTS+=("py-polars/tests/benchmark/test_pdsh.py::test_pdsh")
DESELECTED_TESTS+=("tests/benchmark/test_pdsh.py::test_pdsh")
fi

DESELECTED_TESTS=$(printf -- " --deselect %s" "${DESELECTED_TESTS[@]}")
Expand Down

0 comments on commit 4e73c71

Please sign in to comment.