diff --git a/dependencies.yaml b/dependencies.yaml index a45013547f0..0f917606996 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -152,6 +152,7 @@ files: key: test includes: - test_python_common + - test_python_cudf_common - test_python_cudf py_build_libcudf: output: pyproject @@ -281,6 +282,7 @@ files: key: test includes: - test_python_common + - test_python_cudf_common - test_python_dask_cudf py_build_cudf_kafka: output: pyproject @@ -313,6 +315,7 @@ files: key: test includes: - test_python_common + - test_python_cudf_common py_build_custreamz: output: pyproject pyproject_dir: python/custreamz @@ -337,6 +340,7 @@ files: key: test includes: - test_python_common + - test_python_cudf_common channels: - rapidsai - rapidsai-nightly @@ -778,6 +782,7 @@ dependencies: - pytest<8 - pytest-cov - pytest-xdist + test_python_cudf_common: specific: # Define additional constraints for testing with oldest dependencies. - output_types: [conda, requirements]