Skip to content

Commit

Permalink
Update django.yml; Move env #31
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Oct 7, 2023
1 parent 679d00d commit f02f700
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
max-parallel: 4
matrix:
python-version: ['3.10', 3.11]

steps:
- env:
env:
DATABASES: 'sqlite:////test_db.sqlite3'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit f02f700

Please sign in to comment.