Skip to content

Commit

Permalink
add basic CI job for build-conda
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Jan 5, 2024
1 parent 35c03c9 commit 13db64f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- compute-matrix
- build-wheels
- test-wheels
- build-conda
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
Expand All @@ -34,6 +35,15 @@ jobs:
- name: Compute Build Matrix
id: compute-matrix
uses: ./.github/actions/compute-matrix
build-conda:
needs:
- compute-matrix
uses:
- rapidsai/shared-workflows/blob/branch-24.02/.github/workflows/conda-python-build.yaml
with:
build_type: pull-request
script: "ci/build_conda.sh"
matrix_filter: ${{ needs.compute-matrix.outputs.BUILD_MATRIX }}
build-wheels:
needs:
- compute-matrix
Expand Down

0 comments on commit 13db64f

Please sign in to comment.