Skip to content

Commit 4f8eef0

Browse files
committed
Fix merge accident (the Run cuda.bindings examples step was removed on main)
1 parent f7d98c0 commit 4f8eef0

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,6 @@ jobs:
261261
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
262262
run: run-tests bindings
263263

264-
- name: Run cuda.bindings examples
265-
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
266-
env:
267-
CUDA_VER: ${{ matrix.CUDA_VER }}
268-
LOCAL_CTK: ${{ matrix.LOCAL_CTK }}
269-
run: |
270-
pushd cuda_bindings
271-
${SANITIZER_CMD} pytest -ra -s -vv examples/
272-
popd
273-
274264
- name: Run cuda.bindings benchmarks (smoke test)
275265
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
276266
run: |

0 commit comments

Comments
 (0)