Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(gha): install cython, numpy bfore build cyarray
Since cyarray contains cython and numpy as build requirements in pyproject.toml, pip should install cython and numpy install before cyarray. See https://stackoverflow.com/a/54138355 However, it seems like this does not happen and the numpy import in cyarray's setup.py fails with ModuleNotFoundError.
- Loading branch information