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
ci: build Cython/Rust extensions before running tests
Install C build tools and Rust toolchain in CI (the test container
purges them to reduce image size), then run setup.py build_ext --inplace
before pytest so test_cython_matches_python_fallback and
test_rust_matches_python_fallback do not fail on ImportError.
0 commit comments