Skip to content

Commit 8621bde

Browse files
committed
removed no-output-timeout because that's not on v0
1 parent 143cc1e commit 8621bde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
executor: <<parameters.executor>>
3636
steps:
3737
- checkout
38-
- matlab/install:
39-
no-output-timeout: 30m
38+
- matlab/install
4039
- run:
4140
name: Verify the matlab and mex scripts are available
4241
command: |
@@ -60,7 +59,6 @@ jobs:
6059
- checkout
6160
- matlab/install:
6261
release: "R2021bU2"
63-
no-output-timeout: 30m
6462
- matlab/run-command:
6563
command: assert(strcmp(version('-release'),'2021b'))
6664

0 commit comments

Comments
 (0)