Skip to content

Commit

Permalink
Fix workflow for generating openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Sep 11, 2024
1 parent 5f51142 commit 864ef18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
DEBUG: True
RUN_MODE: test
RUN_MODE: production
SECRET_KEY: changeme!
ALLOWED_HOSTS: localhost,127.0.0.1
DATABASE_URL: sqlite:////tmp/db.sqlite3
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 864ef18

Please sign in to comment.