Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Merge pull request #1305 from maykinmedia…
Browse files Browse the repository at this point in the history
…/issue/2621-A11y-sessiontime
  • Loading branch information
swrichards committed Jul 15, 2024
1 parent 575f289 commit 1f1bc69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Set up backend environment
uses: maykinmedia/setup-django-backend@v1
with:
Expand All @@ -116,7 +114,7 @@ jobs:
run: |
src/manage.py makemigrations --check --dry-run
env:
DJANGO_SETTINGS_MODULE: open_inwoner.conf.dev
DJANGO_SETTINGS_MODULE: open_inwoner.conf.ci
SECRET_KEY: dummy
DB_USER: postgres
DB_PASSWORD: ''
Expand Down

0 comments on commit 1f1bc69

Please sign in to comment.