diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2746f0862c..a226d749c7 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,6 +1,5 @@ # This workflow runs integration test related jobs for OpenMLDB name: integration-test - on: push: branches: @@ -43,10 +42,8 @@ jobs: bash test/integration-test/openmldb-test-python/install.sh - name: run test run: | - python3 -m easy_install pip python3 -m pip install requests openmldb pytest python3 -m pytest test/integration-test/openmldb-test-python/ha_cases --junit-xml=pytest.xml - - name: upload ut results if: always() uses: actions/upload-artifact@v4