Commit 4942c0d
fix(ci): fix typo in notebook skip list for transport_cuopt
'trnsport_cuopt' → 'transport_cuopt': the missing 'a' meant the pattern
never matched, so GAMSPy_integration_example/transport_cuopt.ipynb was
never skipped. It ran and failed with:
gmscuopt: error while loading shared libraries: libcublas.so.13: cannot open shared object file
The GAMS cuOpt integration requires LD_LIBRARY_PATH configuration that
the conda notebook test environment does not provide, so the notebook is
intentionally skipped until that setup is in place.
Fixes: https://github.com/NVIDIA/cuopt/actions/runs/28426561531/job/84404065735
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6acaf91 commit 4942c0d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments