Skip to content

Commit

Permalink
update deploy action to use python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Dec 19, 2024
1 parent 4bb28d9 commit 387307c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy

on:
push:
branches: [main, deploy, self-hosted-runner]
branches: [main, deploy, k8s-130]

jobs:
deploy:
Expand All @@ -17,10 +17,10 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
ENV_URL: https://facets.caktus-built.com/
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'
cache: pip
cache-dependency-path: example-facets/deploy/requirements.txt
- name: Install dependencies
Expand Down

0 comments on commit 387307c

Please sign in to comment.