Since we currently run a complete HTML build process in CI, the CI has an unacceptable duration (~16minutes). Possible solutions: - Cache CPython directory with [actions/cache](https://github.com/actions/cache). - Avoid the full building process in CI.
Since we currently run a complete HTML build process in CI, the CI has an unacceptable duration (~16minutes).
Possible solutions: