Skip to content

Commit 2ae8d54

Browse files
committed
Fix workflow for gnerating oopenapi spec
1 parent 8cb3c20 commit 2ae8d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openapi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
DEBUG: True
11-
RUN_MODE: test
11+
RUN_MODE: production
1212
SECRET_KEY: changeme!
1313
ALLOWED_HOSTS: localhost,127.0.0.1
1414
DATABASE_URL: sqlite:////tmp/db.sqlite3
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.12"
3131

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)