Skip to content

Commit

Permalink
ci: proper gcf python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 16, 2023
1 parent f0f917b commit bf50417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: google-github-actions/deploy-cloud-functions@v1
with:
name: wmrc-skid
runtime: python39
runtime: python311
entry_point: main
source_dir: src/wmrc
service_account_email: cloud-function-sa@${{ secrets.PROJECT_ID }}.iam.gserviceaccount.com
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: google-github-actions/deploy-cloud-functions@v1
with:
name: wmrc-skid
runtime: python39
runtime: python311
entry_point: main
source_dir: src/wmrc
service_account_email: cloud-function-sa@${{ secrets.PROJECT_ID }}.iam.gserviceaccount.com
Expand Down

0 comments on commit bf50417

Please sign in to comment.