Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get -y install unzip wget tree

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.3.1
uses: matlab-actions/setup-matlab@v2.6.0
with:
# MATLAB release to set up R2020a
release: R2023a
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.3.1
uses: matlab-actions/setup-matlab@v2.6.0
with:
release: ${{ matrix.matlab }}

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.3.1
uses: matlab-actions/setup-matlab@v2.6.0
with:
release: ${{ matrix.matlab }}

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
run: make -C demos/bayes data_ds000114

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.3.1
uses: matlab-actions/setup-matlab@v2.6.0
with:
release: ${{ matrix.matlab }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
git clone https://github.com/MOcov/MOcov.git --depth 1

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.3.1
uses: matlab-actions/setup-matlab@v2.6.0
with:
release: ${{ matrix.matlab }}

Expand Down
Loading