Commit d757b45
committed
fix(ci): skip GPU integration tests when no GPU available
The packaging Verify Package step runs runtests.sh --net which requires
GPU for deepedit/segmentation integration tests. On ubuntu-latest runners
without GPUs, these tests would always fail. Add an nvidia-smi check to
skip gracefully and explain why.
Signed-off-by: Elanchezhian <chezhipower@gmail.com>1 parent 775d40b commit d757b45
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| |||
0 commit comments