Skip to content

Commit

Permalink
try adding a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 3, 2023
1 parent abeae67 commit 8af9c15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
enable_check_generated_files: false
wheel-build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
container:
# Use CentOS 7 for an old glibc version, so the wheel has broad manylinux compatibility.
image: "rapidsai/ci-conda:cuda12.0.1-centos7-py3.10"
image: "rapidsai/ci-conda:cuda12.0.1-centos7-py${{ matrix.python-version }}"
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 8af9c15

Please sign in to comment.