Skip to content

Commit

Permalink
use package manager pull-through cache proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 18, 2024
1 parent 2ac5586 commit 601b43f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
conda-cpp-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@proxy-cache
with:
build_type: pull-request
node_type: cpu32
Expand All @@ -105,7 +105,7 @@ jobs:
conda-python-build:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@proxy-cache
with:
build_type: pull-request
conda-python-tests:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
wheel-build-pylibcugraph:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_pylibcugraph.sh
Expand All @@ -158,7 +158,7 @@ jobs:
wheel-build-cugraph:
needs: wheel-tests-pylibcugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_cugraph.sh
Expand All @@ -176,7 +176,7 @@ jobs:
wheel-build-nx-cugraph:
needs: wheel-tests-pylibcugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_nx-cugraph.sh
Expand All @@ -191,7 +191,7 @@ jobs:
wheel-build-cugraph-dgl:
needs: wheel-tests-cugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_cugraph-dgl.sh
Expand All @@ -207,7 +207,7 @@ jobs:
wheel-build-cugraph-pyg:
needs: wheel-tests-cugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_cugraph-pyg.sh
Expand All @@ -222,7 +222,7 @@ jobs:
matrix_filter: map(select(.ARCH == "amd64"))
wheel-build-cugraph-equivariant:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@proxy-cache
with:
build_type: pull-request
script: ci/build_wheel_cugraph-equivariant.sh
Expand Down

0 comments on commit 601b43f

Please sign in to comment.