Skip to content

Commit

Permalink
fix: make openmldb-test-python in integration-test works
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren committed Dec 23, 2024
1 parent 02b1807 commit fb5e1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fb5e1a8

Please sign in to comment.