Skip to content

Commit

Permalink
Perhaps this?
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 5, 2024
1 parent 5ed1301 commit 852bd76
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ files:
- test_cpp
- test_python_common
- test_python_cudf
- test_python_cudf_common
- test_python_dask_cudf
- test_python_pylibcudf
- test_python_cudf_pandas
- test_python_cudf_polars
test_static_build:
output: none
includes:
Expand All @@ -59,6 +61,7 @@ files:
- cuda_version
- py_version
- test_python_common
- test_python_cudf_common
- test_python_cudf
- test_python_cudf_pandas
test_python_cudf:
Expand All @@ -67,13 +70,15 @@ files:
- cuda_version
- py_version
- test_python_common
- test_python_cudf_common
- test_python_cudf
test_python_other:
output: none
includes:
- cuda_version
- py_version
- test_python_common
- test_python_cudf_common
- test_python_dask_cudf
test_java:
output: none
Expand Down Expand Up @@ -216,6 +221,7 @@ files:
key: test
includes:
- test_python_common
- test_python_cudf_common
- test_python_pylibcudf
py_test_pandas_cudf:
output: pyproject
Expand Down Expand Up @@ -256,7 +262,7 @@ files:
key: test
includes:
- test_python_common
- test_cudf_polars
- test_python_cudf_polars
py_build_dask_cudf:
output: pyproject
pyproject_dir: python/dask_cudf
Expand Down Expand Up @@ -888,7 +894,7 @@ dependencies:
- pyarrow==14.0.1
- matrix:
packages:
test_cudf_polars:
test_python_cudf_polars:
common:
- output_types: [conda, requirements, pyproject]
packages:
Expand Down

0 comments on commit 852bd76

Please sign in to comment.