Skip to content

Commit

Permalink
fix test deps in dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 17, 2024
1 parent 4d80d39 commit 3772c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ HELP="$0 [<target> ...] [<flag> ...]
cugraph-dgl - build the cugraph-dgl extensions for DGL
pylibwholegraph - build the pylibwholegraph Python package
libwholegraph - build the libwholegraph library
test - build the C++ tests
tests - build the C++ tests
docs - build the docs
all - build everything
and <flag> is:
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ files:
- depends_on_cugraph
- depends_on_cudf
- depends_on_pylibwholegraph
- depends_on_pytorch
- py_version
- test_python_common
- test_python_pylibcugraph

py_build_pylibwholegraph:
output: pyproject
Expand Down

0 comments on commit 3772c8f

Please sign in to comment.