Skip to content

Commit a4eaadb

Browse files
author
Joe Gasewicz
committed
- Lazily load via checking db.Model & flask instance Fixes #111
- Tests for Python 3.10 Fixes #124
1 parent 8783c89 commit a4eaadb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.9
34+
- name: Set up Python 3.10
35+
uses: actions/setup-python@v2
36+
with:
37+
python-version: 3.10
3438
- name: Install dependencies
3539
run: |
3640
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)