Commit 66cbfb6
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 66cbfb6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments