File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -222,16 +222,16 @@ jobs:
222
222
- name : Remove the installation directory
223
223
run : rm -rf ${{env.INSTL_DIR}}
224
224
225
- # - name: Test UMF installation and uninstallation
226
- # # The '--shared-library' parameter is added to the installation test when the UMF is built as a shared library
227
- # run: >
228
- # python3 ${{github.workspace}}/test/test_installation.py
229
- # --build-dir ${{env.BUILD_DIR}}
230
- # --install-dir ${{env.INSTL_DIR}}
231
- # --build-type ${{matrix.build_type}}
232
- # ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.shared_library == 'ON' && '--proxy' || '' }}
233
- # --umf-version ${{env.UMF_VERSION}}
234
- # ${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
225
+ - name : Test UMF installation and uninstallation
226
+ # The '--shared-library' parameter is added to the installation test when the UMF is built as a shared library
227
+ run : >
228
+ python3 ${{github.workspace}}/test/test_installation.py
229
+ --build-dir ${{env.BUILD_DIR}}
230
+ --install-dir ${{env.INSTL_DIR}}
231
+ --build-type ${{matrix.build_type}}
232
+ ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.shared_library == 'ON' && '--proxy' || '' }}
233
+ --umf-version ${{env.UMF_VERSION}}
234
+ ${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
235
235
236
236
windows-build :
237
237
name : Windows
You can’t perform that action at this time.
0 commit comments