Skip to content

Commit 3fc00dd

Browse files
committed
Run on all Python versions
1 parent 6837d84 commit 3fc00dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
run: run-tests bindings
270270

271271
- name: Check cuda.bindings ABI compatibility
272-
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' && matrix.PY_VER == '3.13' }}
272+
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
273273
id: abicheck
274274
run: |
275275
if (python ci/tools/abicheck.py check cuda.bindings cuda/bindings/abi/); then

0 commit comments

Comments
 (0)