We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7677b90 commit 4c1a838Copy full SHA for 4c1a838
.github/workflows/integration-test.yml
@@ -41,7 +41,7 @@ jobs:
41
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
42
- name: install openmldb
43
run: |
44
- yum install -y rsync
+ apt install -y rsync
45
bash test/integration-test/openmldb-test-python/install.sh
46
- name: run test
47
0 commit comments