Skip to content

Commit

Permalink
Add poetry + update to py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 14, 2023
1 parent b5c2b87 commit 878ec19
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ jobs:
with:
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run image
uses: abatilo/actions-poetry@v2
- name: Generate Requirements
run: poetry export
- id: 'deploy'
uses: 'google-github-actions/deploy-cloud-functions@v1'
with:
name: ${{ vars.GCP_CLOUD_FUNCTION_NAME }}
runtime: 'python310'
runtime: 'python311'
entry_point: "update"

0 comments on commit 878ec19

Please sign in to comment.