Skip to content

Commit fb5e1a8

Browse files
committed
fix: make openmldb-test-python in integration-test works
1 parent 02b1807 commit fb5e1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: build openmldb
3737
run: |
3838
git config --system --add safe.directory $(pwd)
39-
make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
40-
make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
39+
# make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
40+
# make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
4141
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
4242
- name: install openmldb
4343
run: |

0 commit comments

Comments
 (0)