From 399736bd8058558144d13cd61287d98c30971e7e Mon Sep 17 00:00:00 2001 From: Shouren Yang Date: Wed, 25 Dec 2024 11:37:01 +0800 Subject: [PATCH] fix(workflow): Remove outdated code in integration-test.yml --- .github/workflows/integration-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2746f0862c0..a226d749c7b 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