Skip to content

Commit

Permalink
Merge pull request #185 from snypy/fix_openapi_workflow
Browse files Browse the repository at this point in the history
Fix workflow for generating openapi spec
  • Loading branch information
nezhar authored Sep 11, 2024
2 parents 5f51142 + 864ef18 commit 52892aa
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 52892aa

Please sign in to comment.