-
Notifications
You must be signed in to change notification settings - Fork 118
Labels
continuous-integrationContinuous integration (CI)Continuous integration (CI)enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Different CI files all do the same thing, something like calling this:
MFC/.github/workflows/cleanness.yml
Line 27 in f125c24
sudo apt install -y tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev |
Which isn't really a big deal, until we change dependencies or something.
It would be useful if maybe we had a way of consolidating this? Or even exposing it to the user for different OSs.
For example, right now I think the linked line needs to apt install fftw
.
Metadata
Metadata
Assignees
Labels
continuous-integrationContinuous integration (CI)Continuous integration (CI)enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers