We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6869cc commit e9b7bbfCopy full SHA for e9b7bbf
1 file changed
.github/workflows/buildcupy.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Find CUDA modules
38
run: |
39
srun --account=yuxilab -n 1 -N 1 --gres=gpu:L40S:1 bash -c '
40
- source /etc/profile &&
+ source /etc/profile.d/modules.sh &&
41
module avail cuda 2>&1
42
'
43
- name: Test with pytest
0 commit comments