Skip to content

Commit 51a644d

Browse files
committed
deactivate osc python tests
1 parent 85e06f6 commit 51a644d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/osx.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
working-directory: build
5656
run: cmake --build . --target run_tests_with_junit_report
5757

58-
- name: Run Sparrow integration tests
59-
if: matrix.build_shared == 'ON'
60-
working-directory: build
61-
run: cmake --build . --target run_sparrow_tests_direct
58+
# - name: Run Sparrow integration tests
59+
# if: matrix.build_shared == 'ON'
60+
# working-directory: build
61+
# run: cmake --build . --target run_sparrow_tests_direct
6262

6363
- name: Install
6464
working-directory: build

0 commit comments

Comments
 (0)