Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Apr 19, 2024
1 parent 0f5c203 commit 945c8b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ repos:
python:
- name: libcudf
sub_dir: python/libcudf
depends: [libcudf]
depends: [cudf]
- name: cudf
sub_dir: python/cudf
depends: [libcudf, cudf]
depends: [cudf]
args: {cmake: -DFIND_CUDF_CPP=ON}
- name: dask_cudf
sub_dir: python/dask_cudf
Expand Down

0 comments on commit 945c8b3

Please sign in to comment.