Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Xu <[email protected]>
  • Loading branch information
HaoXuAI committed Apr 17, 2024
1 parent 099883a commit 7055939
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feast_apply_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.9"
architecture: x64
- name: Set up AWS SDK
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feast_apply_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.9"
architecture: x64
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feast_plan_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.9"
architecture: x64
- name: Set up AWS SDK
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feast_plan_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.9"
architecture: x64
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand Down

0 comments on commit 7055939

Please sign in to comment.