Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/run_cudf_polars_polars_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail
Expand Down Expand Up @@ -61,7 +61,6 @@ DESELECTED_TESTS_STR=$(printf -- " --deselect %s" "${DESELECTED_TESTS[@]}")
# shellcheck disable=SC2086
echo "Run polars tests with injected in-memory GPU engine"
python -m pytest \
-vv \
--import-mode=importlib \
--cache-clear \
-m "" \
Expand All @@ -84,6 +83,7 @@ CUDF_POLARS__EXECUTOR__FALLBACK_MODE=silent \
python -m pytest \
--import-mode=importlib \
--cache-clear \
-v \
-m "" \
-p cudf_polars.testing.inject_gpu_engine \
-W ignore::ResourceWarning \
Expand Down
Loading