From 92863f5fb0764585fae2f08a10d2a4f390ed35cd Mon Sep 17 00:00:00 2001 From: revi cheng Date: Mon, 25 Sep 2023 12:45:21 -0700 Subject: [PATCH] GH actions tests upgrade python from 3.6 to 3.9 (#708) --- .github/workflows/IntegrationTest.yml | 4 ++-- .github/workflows/PerfTest.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index ae675639ab..4be9b7545c 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -28,9 +28,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Install Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.9' architecture: 'x64' - name: Decrypt profile.json in Snowflake Cloud ${{ matrix.snowflake_cloud }} run: ./.github/scripts/decrypt_secret.sh ${{ matrix.snowflake_cloud }} diff --git a/.github/workflows/PerfTest.yml b/.github/workflows/PerfTest.yml index 8f41f958f5..a3a7b75f84 100644 --- a/.github/workflows/PerfTest.yml +++ b/.github/workflows/PerfTest.yml @@ -22,9 +22,9 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Install Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.9' architecture: 'x64' - name: Decrypt snowflake.json run: ./.github/scripts/perf_test_decrypt_secret.sh