Skip to content

Commit

Permalink
upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas-khan10 committed Aug 21, 2024
1 parent 7e04e83 commit 9a8f0a7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/base-gp-registrations-mi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,15 @@ jobs:
run: terraform validate -no-color
working-directory: ./stacks/gp-registrations-mi/terraform

- name: Build Lambdas
run: |
./tasks_github_actions.sh build-lambdas
- name: Set up Python
if: github.ref == 'refs/heads/master' && inputs.is_deployment
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Build Lambdas
run: |
./tasks_github_actions.sh build-lambdas
- name: Make virtual environment
if: github.ref == 'refs/heads/master' && inputs.is_deployment
run: |
Expand Down

0 comments on commit 9a8f0a7

Please sign in to comment.