DataDesigner/.github/workflows
Andre Manoel 46358461ee
fix: repair notebook CI (dead model, missing API key, pyarrow type bug) (#348)
* fix: repair notebook CI by replacing dead vision model and adding missing API key

- Replace `meta/llama-4-scout-17b-16e-instruct` (no longer serving on
  build.nvidia.com) with `nvidia/nemotron-nano-12b-v2-vl` (project default)
  in tutorial notebook 4
- Add `OPENROUTER_API_KEY` to the `build-notebooks` workflow so notebooks
  5 and 6 (which use OpenRouter for image generation) can authenticate
- Regenerate colab notebooks to reflect the model change

* fix: handle pyarrow list types in notebook 6 display_image

When image columns are loaded from parquet with pyarrow backend,
list values are pyarrow ListScalars, not Python lists. The
isinstance(x, list) check fails, causing the whole ListScalar to be
treated as a single path string (producing filenames ending in
`png')]`). Use isinstance(x, str) instead to correctly handle any
iterable type.
2026-02-23 13:27:47 -03:00
..
build-docs.yml refactor: slim package refactor into three subpackages (#240) 2026-01-27 13:53:20 -05:00
build-notebooks.yml fix: repair notebook CI (dead model, missing API key, pyarrow type bug) (#348) 2026-02-23 13:27:47 -03:00
check-colab-notebooks.yml refactor: slim package refactor into three subpackages (#240) 2026-01-27 13:53:20 -05:00
ci.yml chore: add publish script and update license headers (#253) 2026-01-28 08:47:34 -05:00
dco-assistant.yml update branch for signatures (#19) 2025-11-06 16:56:47 -05:00
health-checks.yml test: add provider health checks script and CI workflow (#301) 2026-02-06 15:18:35 -03:00
pack-tutorials.yml chore: moving notebooks to jupytext and cleaning up workflows (#91) 2025-12-03 17:29:07 -03:00
semantic-pull-requests.yml updating ci workflows 2025-10-31 11:29:06 -04:00