Skip to content

Commit db28ece

Browse files
committed
WIP: add logging for debug pytesst in ci x4 just for pytests
1 parent 8c7aeaa commit db28ece

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-pass.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
run: |
5151
ls ${{github.workspace}}/build/Release
5252
53-
# - name: Copying the dlls
54-
# run: |
55-
# cp ${{github.workspace}}/build/bin/Release/diffCheck.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
56-
# cp ${{github.workspace}}/build/bin/Release/Open3D.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
57-
# cp ${{github.workspace}}/build/Release/*.pyd ${{github.workspace}}/tests/integration_tests/pybinds_tests
53+
- name: Copying the dlls
54+
run: |
55+
cp ${{github.workspace}}/build/bin/Release/diffCheck.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
56+
cp ${{github.workspace}}/build/bin/Release/Open3D.dll ${{github.workspace}}/tests/integration_tests/pybinds_tests
57+
cp ${{github.workspace}}/build/Release/*.pyd ${{github.workspace}}/tests/integration_tests/pybinds_tests
5858
5959
# TODO: debug
6060
- name: test if the dlls are copied

0 commit comments

Comments
 (0)