Skip to content

9.12.21

9.12.21 #4

Workflow file for this run

# Run tInstall in R2022a on Ubuntu against Python 3.9
name: Test R2022a
on:
push:
branches:
- R2022a
pull_request:
branches:
- R2022a
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test-python-engine:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2022a
- uses: actions/checkout@v3
- name: Run tests
uses: matlab-actions/run-tests@v1