You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jpivarski Ninja should be added by scikit-build-core, unless it's not available on the platform.
However, this machinery was added so that we can deploy the latest version of Awkward Array in docs, with a JupyterLite distribution.
It looks like you removed that functionality, and I just loaded the /lite API path and found it doesn't work. So, if you're not interested in this functionality and shipping JupyterLite, then the quickest fix is just remove any logic pertaining to building of WASM wheels in CI!
For example, in this: https://github.com/scikit-hep/awkward/actions/runs/12188354714/job/34002123054
The failing log is:
and it was configured somewhere in
awkward/.github/workflows/docs.yml
Lines 61 to 118 in 661702b
I think it's failing specifically on
awkward/.github/workflows/docs.yml
Line 111 in 661702b
so
pyodide build
. Is this a change in Pyodide? Does it now need Ninja to be installed, and would that be easy to add?The text was updated successfully, but these errors were encountered: