Skip to content

Commit

Permalink
only test wheel with amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 6, 2024
1 parent 78554c5 commit 66e1c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 Expand Up @@ -144,6 +144,7 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel_cugraph-dgl.sh
matrix_filter: map(select(.ARCH == "amd64"))
wheel-build-cugraph-pyg:
needs: wheel-build-cugraph
secrets: inherit
Expand Down

0 comments on commit 66e1c13

Please sign in to comment.