From e603ce136f33710c51f56b049b7c1bbb668e147d Mon Sep 17 00:00:00 2001 From: Weisu Yin Date: Fri, 24 Mar 2023 18:08:30 +0000 Subject: [PATCH] 0.7.0 --- .github/workflows/continuous_integration.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 94f7d31..a155f57 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -65,7 +65,7 @@ jobs: test_general_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: @@ -96,7 +96,7 @@ jobs: test_tabular_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: @@ -127,7 +127,7 @@ jobs: test_text_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: @@ -158,7 +158,7 @@ jobs: test_image_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: @@ -189,7 +189,7 @@ jobs: test_multimodal_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: @@ -220,7 +220,7 @@ jobs: test_timeseries_cloud: strategy: matrix: - AG_VERSION: ["source", "0.6.2"] + AG_VERSION: ["source", "0.7.0"] needs: cloud_lint_check runs-on: ubuntu-latest steps: