Skip to content

Commit

Permalink
chore: Bump SAM CLI install version for Actions (#459)
Browse files Browse the repository at this point in the history
* Bump SAM CLI install version

* Changed version to Python 3.8

* Removed old env setting

* Bump to 3.11
  • Loading branch information
lucashuy authored Nov 7, 2023
1 parent fa5ce2c commit b45af08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_test_invoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b45af08

Please sign in to comment.