File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jobs:
3939 displayName : ' Bash Script to distribute tests'
4040
4141 # Builds Python package from MATLAB function and verifies functionality through equivalence tests
42- - task : RunMATLABBuild@1
43- inputs :
44- tasks : equivalenceTest
45- env :
46- MLM_LICENSE_TOKEN : $(MLM_LICENSE_TOKEN)
42+ # - task: RunMATLABBuild@1
43+ # inputs:
44+ # tasks: equivalenceTest
45+ # env:
46+ # MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
4747
4848 - task : RunMATLABTests@1
4949 inputs :
5050 selectByName : $(MATLABTestFiles)
5151 sourceFolder : src
52- env :
53- MLM_LICENSE_TOKEN : $(MLM_LICENSE_TOKEN)
52+ # env:
53+ # MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
5454
5555 # - job: ParallelMac
5656 # # Parallel strategy to run tests in parallel
You can’t perform that action at this time.
0 commit comments