Skip to content

Commit 4815b1f

Browse files
committed
Reenable nvrtc tests
During a recent refactor there was a typo that disabled the nvrtc tests
1 parent b462b43 commit 4815b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
CUDA_VERSIONS: ${{steps.set-outputs.outputs.CUDA_VERSIONS}}
4242
HOST_COMPILERS: ${{steps.set-outputs.outputs.HOST_COMPILERS}}
4343
PER_CUDA_COMPILER_MATRIX: ${{steps.set-outputs.outputs.PER_CUDA_COMPILER_MATRIX}}
44-
NVRTC_MATRIX: ${{steps.set-outputs.outputs.matrix}}
44+
NVRTC_MATRIX: ${{steps.set-outputs.outputs.NVRTC_MATRIX}}
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)