Skip to content

Commit

Permalink
python: use 3.8 for building the python layer
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jan 9, 2025
1 parent acfa7b7 commit 1c266a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ vars.LAYER_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 1c266a9

Please sign in to comment.