Skip to content

Commit 7004033

Browse files
committed
260220.143254.CET correct setup matlab
1 parent 5026e27 commit 7004033

19 files changed

+23
-0
lines changed

.github/workflows/parallel_test_matlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat %ONEAPI_VERSION%"'
125125

126126
- name: Set up MATLAB with optimization toolbox
127+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
127128
uses: matlab-actions/[email protected]
128129
with:
129130
release: ${{ matrix.matlab }}

.github/workflows/profile_all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,15 @@ jobs:
131131

132132

133133
- name: Set up MATLAB with optimization toolbox
134+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
134135
uses: matlab-actions/[email protected]
135136
with:
136137
release: ${{ matrix.matlab }}
137138
cache: true
138139
products: Optimization_Toolbox Parallel_Computing_Toolbox
139140

140141
- name: Set up MATLAB without optimization toolbox
142+
if: ${{ matrix.with_optim_toolbox != 'yes' }}
141143
uses: matlab-actions/[email protected]
142144
with:
143145
release: ${{ matrix.matlab }}

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127

128128

129129
- name: Set up MATLAB with optimization toolbox
130+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
130131
uses: matlab-actions/[email protected]
131132
with:
132133
release: ${{ matrix.matlab }}

.github/workflows/profile_cobyla_small.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,15 @@ jobs:
109109

110110

111111
- name: Set up MATLAB with optimization toolbox
112+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
112113
uses: matlab-actions/[email protected]
113114
with:
114115
release: ${{ matrix.matlab }}
115116
cache: true
116117
products: Optimization_Toolbox Parallel_Computing_Toolbox
117118

118119
- name: Set up MATLAB without optimization toolbox
120+
if: ${{ matrix.with_optim_toolbox != 'yes' }}
119121
uses: matlab-actions/[email protected]
120122
with:
121123
release: ${{ matrix.matlab }}

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105

106106

107107
- name: Set up MATLAB with optimization toolbox
108+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
108109
uses: matlab-actions/[email protected]
109110
with:
110111
release: ${{ matrix.matlab }}

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898

9999

100100
- name: Set up MATLAB with optimization toolbox
101+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
101102
uses: matlab-actions/[email protected]
102103
with:
103104
release: ${{ matrix.matlab }}

.github/workflows/profile_infnan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898

9999

100100
- name: Set up MATLAB with optimization toolbox
101+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
101102
uses: matlab-actions/[email protected]
102103
with:
103104
release: ${{ matrix.matlab }}

.github/workflows/profile_integer_kind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999

100100

101101
- name: Set up MATLAB with optimization toolbox
102+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
102103
uses: matlab-actions/[email protected]
103104
with:
104105
release: ${{ matrix.matlab }}

.github/workflows/profile_intrinsic_linalg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120

121121

122122
- name: Set up MATLAB with optimization toolbox
123+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
123124
uses: matlab-actions/[email protected]
124125
with:
125126
release: ${{ matrix.matlab }}

.github/workflows/profile_lincoa_small.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,15 @@ jobs:
103103

104104

105105
- name: Set up MATLAB with optimization toolbox
106+
if: ${{ matrix.with_optim_toolbox == 'yes' }}
106107
uses: matlab-actions/[email protected]
107108
with:
108109
release: ${{ matrix.matlab }}
109110
cache: true
110111
products: Optimization_Toolbox Parallel_Computing_Toolbox
111112

112113
- name: Set up MATLAB without optimization toolbox
114+
if: ${{ matrix.with_optim_toolbox != 'yes' }}
113115
uses: matlab-actions/[email protected]
114116
with:
115117
release: ${{ matrix.matlab }}

0 commit comments

Comments
 (0)