Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC committed Oct 31, 2023
1 parent 95a40bf commit da881f3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -82,6 +77,7 @@ jobs:
run: |
cd main/
chmod +x build/*.sh
python -V
bash build/build_lambda.sh
- name: Configure AWS credentials
Expand Down

0 comments on commit da881f3

Please sign in to comment.