Skip to content

Commit ace211b

Browse files
authored
fix copy/pasta
1 parent ee6d296 commit ace211b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
322322
- name: Ensure cuda-python installable
323323
run: |
324-
if [[ "${{ inputs.local-ctk }}" == 1 ]]; then
324+
if [[ "${{ matrix.local-ctk }}" == 1 ]]; then
325325
pip install cuda_python*.whl
326326
else
327327
pip install $(ls cuda_python*.whl)[all]

0 commit comments

Comments
 (0)