Skip to content

9.9.6

9.9.6 #4

Workflow file for this run

# Run tInstall in R2020b on Ubuntu against Python 3.8
name: Test R2020b
on:
push:
branches:
- R2020b
pull_request:
branches:
- R2020b
# 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.8
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2020b
- uses: actions/checkout@v3
- name: Run tests
uses: matlab-actions/run-tests@v1