Skip to content

Big matlab engine revamp #548

Big matlab engine revamp

Big matlab engine revamp #548

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
version: ["3.10", "3.13"]
defaults:
run:
shell: bash -l {0}
runs-on: ${{ matrix.os }}
steps:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
- name: Run script
uses: matlab-actions/run-command@v2
with:
command: disp(matlabroot)
- name: Install
run: |
export PATH="$pythonLocation:$PATH"
python -m pip install RATapi[MATLAB_2024a]