Skip to content

Commit

Permalink
Removed old env setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashuy committed Oct 27, 2023
1 parent 1808d24 commit d599652
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_test_invoke.yml
Original file line number Diff line number Diff line change
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: 3.8
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: 3.8
- uses: actions/setup-python@v4
name: Setup Python ${{ matrix.version }}
with:
Expand Down

0 comments on commit d599652

Please sign in to comment.