Skip to content

Commit

Permalink
GH actions tests upgrade python from 3.6 to 3.9 (snowflakedb#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng authored and khsoneji committed Oct 12, 2023
1 parent f1eb295 commit 92863f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PerfTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92863f5

Please sign in to comment.