skrub-data / skrub

Prepping tables for machine learning
https://skrub-data.org/
BSD 3-Clause "New" or "Revised" License
1.23k stars 98 forks source link

CircleCI no longer runs #1143

Closed GaelVaroquaux closed 6 days ago

GaelVaroquaux commented 1 week ago

Describe the bug

CircleCI no longer complete:

https://app.circleci.com/pipelines/github/skrub-data/skrub/4753/workflows/32a9d8ee-f6cc-45db-8b30-70304424c633/jobs/9236

Steps/Code to Reproduce

It's in the circle CI build :)

Expected Results

CircleCI to complete

Actual Results

generating gallery for auto_examples... [ 10%] 00_getting_started.py
Processing column   8 / 8
Processing column   8 / 8
generating gallery for auto_examples... [ 20%] 01_encodings.py
generating gallery for auto_examples... [ 30%] 02_text_with_string_encoders.py
Processing column   2 / 2
Processing column  31 / 31
/home/circleci/project/.pixi/envs/doc/lib/python3.12/site-packages/sphinx_gallery/scrapers.py:173: UserWarning: Glyph 4108 (\N{MYANMAR LETTER TTHA}) missing from font(s) DejaVu Sans.
  fig.savefig(image_path, **these_kwargs)
generating gallery for auto_examples... [ 40%] 03_datetime_encoder.py
generating gallery for auto_examples... [ 50%] 04_fuzzy_joining.py
generating gallery for auto_examples... [ 60%] 05_deduplication.py
generating gallery for auto_examples... [ 70%] 06_ken_embeddings.py
generating gallery for auto_examples... [ 80%] 07_multiple_key_join.py
make: *** [Makefile:32: html] Killed

Exited with code exit status 2

Versions

on main.
GaelVaroquaux commented 1 week ago

First thing to do is probably to try renaming the example added in https://github.com/skrub-data/skrub/pull/1077 to ".py1" so that it is not run. That way we'll see if it's related to the newly added dependencies, or to actual interactions between exemples