Skip to content

Commit e9b7bbf

Browse files
committed
ci: debug nvcc
1 parent c6869cc commit e9b7bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildcupy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Find CUDA modules
3838
run: |
3939
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
40-
source /etc/profile &&
40+
source /etc/profile.d/modules.sh &&
4141
module avail cuda 2>&1
4242
'
4343
- name: Test with pytest

0 commit comments

Comments
 (0)