Skip to content

Add job to per_cuda workflow. #2

Add job to per_cuda workflow.

Add job to per_cuda workflow. #2

Workflow file for this run

name: Per CUDA version

Check failure on line 1 in .github/workflows/per_cuda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/per_cuda.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: per_cuda
on:
workflow_call:
inputs:
per_cuda_matrix: {type: string, required: true}
jobs:
per_cuda:
run: |
echo "per_cuda_matrix: ${{ inputs.per_cuda_matrix }}"