Skip to content

Commit

Permalink
Update per_cuda matrix to use a cuda_version in the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed May 30, 2023
1 parent 6d48f3e commit ba038ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_new_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
needs: compute-matrix
uses: ./.github/workflows/per_cuda.yml
strategy:
matrix: ${{ fromJSON(needs.compute-matrix.outputs.CUDA_VERSIONS) }}
matrix:
cuda_version: ${{ fromJSON(needs.compute-matrix.outputs.CUDA_VERSIONS) }}
with:
per_cuda_matrix: ${{ needs.compute-matrix.outputs.PER_CUDA_MATRIX }}

0 comments on commit ba038ff

Please sign in to comment.