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
Remove the `mfc --help` call from the formula test block since it
triggers Python virtual environment creation and dependency installation
(including cantera==3.1.0 which doesn't exist).
The formula test now only verifies:
- All binaries exist and are executable
- Toolchain and mfc.sh are installed
- Examples are installed
The CI workflow still tests full functionality including mfc --help
and mfc run, so we maintain comprehensive testing without the
formula test triggering environment setup.
0 commit comments