Skip to content

Commit

Permalink
fix: replace old yum command with apt in integration-test.yml (#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren authored Dec 23, 2024
1 parent 7677b90 commit 4c1a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
- name: install openmldb
run: |
yum install -y rsync
apt install -y rsync
bash test/integration-test/openmldb-test-python/install.sh
- name: run test
run: |
Expand Down

0 comments on commit 4c1a838

Please sign in to comment.