From b45af08d728c4d55ba15387ef6a8a9d7a0493c92 Mon Sep 17 00:00:00 2001 From: Lucas <12496191+lucashuy@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:23:35 -0800 Subject: [PATCH] chore: Bump SAM CLI install version for Actions (#459) * Bump SAM CLI install version * Changed version to Python 3.8 * Removed old env setting * Bump to 3.11 --- .github/workflows/build_test_invoke.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_test_invoke.yml b/.github/workflows/build_test_invoke.yml index 3bf3c7006..12ceddc82 100644 --- a/.github/workflows/build_test_invoke.yml +++ b/.github/workflows/build_test_invoke.yml @@ -8,7 +8,7 @@ on: branches: [master, "feat*"] env: - PYTHON_VERSION_INSTALL: '3.7' + PYTHON_VERSION_INSTALL: '3.11' SAM_CLI_DEV: 1 PIP_CARGO_LAMBDA_VERSION: '0.17.1' @@ -100,16 +100,12 @@ jobs: - version: '3.11' type: 'Invoke' file: 'tests/integration/build_invoke/python/test_python_3_11.py' - env: - PYTHON_VERSION_INSTALL: ${{ matrix.version }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 name: Checkout PR - uses: ./.github/actions/aws-sam-cli-develop name: Install develop version of AWS SAM CLI - env: - PYTHON_VERSION_INSTALL: ${{ matrix.version }} - uses: actions/setup-python@v4 name: Setup Python ${{ matrix.version }} with: