CrayLabs / SmartSim

SmartSim Infrastructure Library.
BSD 2-Clause "Simplified" License
235 stars 37 forks source link

Remove Build Essentials from Release CI #729

Open MattToast opened 2 months ago

MattToast commented 2 months ago

Description

There is currently a "build essentials" step in the release that fetch build utilities for ubuntu (gcc, cmake, etc). Since SmartSim is now a python only wheel, this step should be unnecessary. We should remove it from the CI.

Justification

This is an unnecessary step that we can remove to save time in our CI.

Implementation Strategy

Remove the block of code highlighted here, push to Test PyPI, pull the package and ensure the test suite still passes.

Acceptance Criteria