Skip to content

Commit

Permalink
Update deploy-to-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning authored Dec 16, 2024
1 parent 6e3bdab commit e9ac1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e9ac1f4

Please sign in to comment.