Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into test-cuco-filter-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Dec 9, 2024
2 parents f072042 + de05abd commit 0becc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
build_type: pull-request
script: ci/test_wheel_pylibcugraph.sh
wheel-build-cugraph:
needs: wheel-tests-pylibcugraph
needs: wheel-build-pylibcugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ filterwarnings =
error::FutureWarning
error::DeprecationWarning
# TODO
ignore:.*cuda..* module is deprecated.*:DeprecationWarning
ignore:Multi is deprecated and the removal of multi edges will no longer be supported:FutureWarning
ignore:The legacy column names:FutureWarning
ignore:The include_hop_column flag is deprecated and will be removed:FutureWarning
Expand Down

0 comments on commit 0becc8f

Please sign in to comment.