IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
320 stars 135 forks source link

Fixing cicd failures based on ubuntu-latest changing #706

Closed daw3rd closed 1 month ago

daw3rd commented 1 month ago

Why are these changes needed?

It appears github has upgraded ubuntu-latest to now be running python 3.12. This is causing build failures. To fix this, we can try reverting to 22.04 which we used to use up until a few days ago.

Related issue number (if any).

703