We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94f8c82 + 66b0c33 commit 367ecfbCopy full SHA for 367ecfb
.github/workflows/test_setup.yml
@@ -5,14 +5,15 @@ on:
5
branches:
6
- main
7
- fix_tests
8
+ - krisfed-patch-1
9
10
jobs:
11
test:
12
runs-on: ${{matrix.os}}
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-14]
- matlab-version: ['R2023b','R2024a']
16
+ matlab-version: ['R2024a']
17
18
steps:
19
- name: Checkout code
@@ -34,7 +35,7 @@ jobs:
34
35
pip install numpy==1.26.4 tensorstore==0.1.73
36
37
- name: Run tests
- uses: matlab-actions/run-tests@v4
38
+ uses: matlab-actions/run-tests@v2
39
with:
40
select-by-folder: 'test'
41
code-coverage-cobertura: cobertura.xml
0 commit comments