Skip to content

Commit

Permalink
try adding a wheel-build job
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 31, 2023
1 parent 2dbd68f commit be8c202
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@ jobs:
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
wheel-build:
container:
image: "rapidsai/ci-conda:latest"
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get PR Info
id: get-pr-info
uses: rapidsai/shared-actions/get-pr-info@main
- name: Run build_wheel.sh
run: ci/build_wheel.sh
2 changes: 2 additions & 0 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
# Copyright (c) 2023, NVIDIA CORPORATION

0 comments on commit be8c202

Please sign in to comment.