From 7677b90e45b8ff9150772bebe01d8379cbd7dee9 Mon Sep 17 00:00:00 2001 From: Shouren Yang Date: Mon, 23 Dec 2024 18:16:11 +0800 Subject: [PATCH] fix: make openmldb-test-python in integration-test works (#4006) --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c750895f0f..26ba5a65c0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -36,8 +36,8 @@ jobs: - name: build openmldb run: | git config --system --add safe.directory $(pwd) - make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb - make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb + # make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb + # make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb - name: install openmldb run: |