Skip to content

Commit

Permalink
prod python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed May 18, 2024
1 parent 94b285b commit 17124a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Setup Python
run: |
python -m pip install --upgrade pip
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Config Zappa
run: |
echo '${{ secrets.ZAPPA_PROD_SETTINGS }}' > zappa_settings.json
Expand Down

0 comments on commit 17124a1

Please sign in to comment.