Skip to content

Commit 2d4ece8

Browse files
committed
Add some debugging info
1 parent 74f8366 commit 2d4ece8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ jobs:
265265
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' && matrix.PY_VER == '3.13' }}
266266
id: abicheck
267267
run: |
268+
echo `which pytest`
269+
echo `which python`
270+
cat `which pytest`
268271
if [[ $(abicheck.py check cuda.bindings cuda/bindings/abi/) ]]; then
269272
echo "ABI check passed"
270273
else

0 commit comments

Comments
 (0)