Skip to content

Commit

Permalink
Double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Feb 7, 2024
1 parent e846c32 commit db42212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ PANDAS_CI="1" python -m pytest -p cudf.pandas \
--durations=50 \
--import-mode=importlib \
-o xfail_strict=True \
${PYTEST_IGNORES} $@
${PYTEST_IGNORES} \
"$@"

mv *.json ..
cd ..
Expand Down

0 comments on commit db42212

Please sign in to comment.