Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 6, 2023
1 parent 42b0c5b commit 40b8d91
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@ jobs:
with:
name: pynvjitlink-*.whl
path: ./
wheel-test:
needs:
- wheel-build
runs-on: ubuntu-latest
container:
image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10"
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: Download Python Wheel
uses: actions/download-artifact@v2
with:
name: pynvjitlink*.whl
path: ./
- name: run test_wheel.sh
run: ci/test_wheel.sh ${{ matrix.python-version }}
wheel-test:
needs:
- wheel-build
runs-on: ubuntu-latest
container:
image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10"
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: Download Python Wheel
uses: actions/download-artifact@v2
with:
name: pynvjitlink*.whl
path: ./
- name: run test_wheel.sh
run: ci/test_wheel.sh ${{ matrix.python-version }}

0 comments on commit 40b8d91

Please sign in to comment.