Skip to content

Commit 7f12e1c

Browse files
committed
ci: debug nvcc
1 parent 59eb6b7 commit 7f12e1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildcupy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
- name: Find CUDA installs
3838
run: |
3939
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
40-
find /usr/local -maxdepth 1 -name "cuda*" 2>/dev/null &&
41-
find /opt -maxdepth 2 -name "cuda*" 2>/dev/null &&
42-
find /cm -maxdepth 4 -name "libnvvm.so" 2>/dev/null
40+
find /usr/local -maxdepth 1 -name "cuda*" 2>/dev/null || true
41+
find /opt -maxdepth 2 -name "cuda*" 2>/dev/null || true
42+
find / -maxdepth 5 -name "libnvvm.so" 2>/dev/null || true
4343
'
4444
- name: Test with pytest
4545
run: |

0 commit comments

Comments
 (0)