File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -176,26 +176,23 @@ jobs:
176
176
uses : ./
177
177
with :
178
178
mpi : mpich
179
- - run : test ${{ steps.setup1.outputs.mpi }} == mpich
180
- shell : bash
179
+ - run : test ${{ steps.setup1.outputs.mpi }} = mpich
181
180
- run : command -v mpichversion
182
181
183
182
- name : Setup Open MPI
184
183
id : setup2
185
184
uses : ./
186
185
with :
187
186
mpi : openmpi
188
- - run : test ${{ steps.setup2.outputs.mpi }} == openmpi
189
- shell : bash
187
+ - run : test ${{ steps.setup2.outputs.mpi }} = openmpi
190
188
- run : command -v ompi_info
191
189
192
190
- name : Setup Intel MPI
193
191
id : setup3
194
192
uses : ./
195
193
with :
196
194
mpi : intelmpi
197
- - run : test ${{ steps.setup3.outputs.mpi }} == intelmpi
198
- shell : bash
195
+ - run : test ${{ steps.setup3.outputs.mpi }} = intelmpi
199
196
- run : command -v impi_info
200
197
201
198
macOS :
You can’t perform that action at this time.
0 commit comments