Skip to content

Commit

Permalink
Merge branch 'batch-model-bug-fixes' of https://github.com/zillow/lum…
Browse files Browse the repository at this point in the history
…inaire into batch-model-bug-fixes
  • Loading branch information
sayanchk committed Feb 8, 2022
2 parents 2ff2446 + 2f8163e commit 15b846c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Python
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 15b846c

Please sign in to comment.