We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6837d84 commit 3fc00ddCopy full SHA for 3fc00dd
.github/workflows/test-wheel-linux.yml
@@ -269,7 +269,7 @@ jobs:
269
run: run-tests bindings
270
271
- name: Check cuda.bindings ABI compatibility
272
- if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' && matrix.PY_VER == '3.13' }}
+ if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
273
id: abicheck
274
run: |
275
if (python ci/tools/abicheck.py check cuda.bindings cuda/bindings/abi/); then
0 commit comments