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.
1 parent 143cc1e commit 8621bdeCopy full SHA for 8621bde
.circleci/test-deploy.yml
@@ -35,8 +35,7 @@ jobs:
35
executor: <<parameters.executor>>
36
steps:
37
- checkout
38
- - matlab/install:
39
- no-output-timeout: 30m
+ - matlab/install
40
- run:
41
name: Verify the matlab and mex scripts are available
42
command: |
@@ -60,7 +59,6 @@ jobs:
60
59
61
- matlab/install:
62
release: "R2021bU2"
63
64
- matlab/run-command:
65
command: assert(strcmp(version('-release'),'2021b'))
66
0 commit comments