diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e23c7fe..a8ebca4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,15 +50,10 @@ jobs: with: terraform_version: ${{ env.terraform_version }} - - name: Read .python-version file - run: | - PV=$(cat main/.python-version | tr -d [:space:]) - echo "python_version=${PV}" - echo "python_version=${PV}" >> $GITHUB_OUTPUT - - uses: actions/setup-python@v4 - working-directory: main - + with: + python-version: '3.11' + - name: Show me files run: ls -lah @@ -82,6 +77,7 @@ jobs: run: | cd main/ chmod +x build/*.sh + python -V bash build/build_lambda.sh - name: Configure AWS credentials