GitHub Action to install GNU Octave on Linux
Installs GNU Octave on Linux runners and sets the following environment variables.
OCTAVE_VERset to the version of Octave installedML_NAMEset toOctaveML_VERset to same asOCTAVE_VERML_CMDset tooctave-cli --no-gui --evalML_PATHVARset toOCTAVE_PATH
ipopt-libs- (defaultfalse) set totrueto include installation of IPOPT libraries
None.
steps:
- name: Install Octave
uses: MATPOWER/action-install-octave-linux@v1
with:
ipopt-libs: true
- name: Octave ${{ env.ML_VER }} Installed
run: $ML_CMD ver