Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Feb 26, 2025
1 parent e5d866b commit 88f5c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test_narwhals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ python -m pytest \
--junitxml="${RAPIDS_TESTS_DIR}/junit-cudf-narwhals.xml" \
--numprocesses=8 \
--dist=worksteal \
--constructors=cudf
--constructors=cudf \
-k "not test_select_duplicates"

rapids-logger "Run narwhals tests for cuDF Polars"
NARWHALS_POLARS_GPU=1 python -m pytest \
Expand Down

0 comments on commit 88f5c6f

Please sign in to comment.