Skip to content

Commit

Permalink
Drop Python version to 3.8 (#665)
Browse files Browse the repository at this point in the history
* Update python version, export variable

* reduce PR to version change
  • Loading branch information
internot169 committed Aug 27, 2024
1 parent 0dbfa7d commit 3511134
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.8

# Setup and configure gcloud CLI
- uses: google-github-actions/setup-gcloud@v2
with:
Expand Down

0 comments on commit 3511134

Please sign in to comment.