ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
119 stars 58 forks source link

Fix Github Runner Docker build failing #285

Closed ben-l-p closed 2 months ago

ben-l-p commented 3 months ago

Removed some unnecessary flags used when installing Mamba, causing it to fail. Ideally Mamba would be removed as the new pip install method does not require it, however CMAKE cannot find BLAS this way - tried a few install methods. This shouldn't cause any issues as long as the old environment in /utils/ remains.