Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 4, 2024
1 parent 61ead6f commit 0e2ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -d "pandas-tests" ]; then
# pyproject.toml
# tests/
cp pandas/pandas/conftest.py pandas-tests/conftest.py
cp python/cudf/cudf/pandas/scripts/.test_durations pandas-tests/.test_durations
cp ../python/cudf/cudf/pandas/scripts/.test_durations pandas-tests/.test_durations
# Vendored from pandas/pyproject.toml
cat > pandas-tests/pyproject.toml << \EOF
[tool.pytest.ini_options]
Expand Down

0 comments on commit 0e2ca5a

Please sign in to comment.