Skip to content

Commit

Permalink
set up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocelyn0830 committed Oct 2, 2023
1 parent a36df76 commit 91143ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-to-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Export gcloud related env variable
run: export CLOUDSDK_PYTHON="/usr/bin/python3"

# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@v0
Expand Down

0 comments on commit 91143ce

Please sign in to comment.