Skip to content

Commit 367ecfb

Browse files
authored
Limiting tests to R2024a for now
Limiting tests to R2024a for now
2 parents 94f8c82 + 66b0c33 commit 367ecfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_setup.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
branches:
66
- main
77
- fix_tests
8+
- krisfed-patch-1
89

910
jobs:
1011
test:
1112
runs-on: ${{matrix.os}}
1213
strategy:
1314
matrix:
1415
os: [ubuntu-latest, windows-latest, macos-14]
15-
matlab-version: ['R2023b','R2024a']
16+
matlab-version: ['R2024a']
1617

1718
steps:
1819
- name: Checkout code
@@ -34,7 +35,7 @@ jobs:
3435
pip install numpy==1.26.4 tensorstore==0.1.73
3536
3637
- name: Run tests
37-
uses: matlab-actions/run-tests@v4
38+
uses: matlab-actions/run-tests@v2
3839
with:
3940
select-by-folder: 'test'
4041
code-coverage-cobertura: cobertura.xml

0 commit comments

Comments
 (0)