Skip to content

Commit 7a24ee1

Browse files
committed
.
1 parent 1e5abb2 commit 7a24ee1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -222,16 +222,16 @@ jobs:
222222
- name: Remove the installation directory
223223
run: rm -rf ${{env.INSTL_DIR}}
224224

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' || '' }}
235235
236236
windows-build:
237237
name: Windows

0 commit comments

Comments
 (0)