diff --git a/tests/test_cudf.py b/tests/test_cudf.py index 185ceea..d2fdad4 100644 --- a/tests/test_cudf.py +++ b/tests/test_cudf.py @@ -2,7 +2,7 @@ import awkward as ak -pytest.importorskip("awkward_pandas.cudf") +pytest.importorskip("akimbo.cudf") def test_operator_overload():