Skip to content

Commit e1c09bc

Browse files
committed
Fix Django template.
1 parent ede02cd commit e1c09bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/makeapp/app_templates/django/.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
django-version: 5.0
2323

2424
steps:
25+
{% raw %}
2526
- uses: actions/checkout@v4
2627
- name: Set up Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
2728
uses: actions/setup-python@v5
@@ -40,6 +41,7 @@ jobs:
4041
- name: Run tests
4142
env:
4243
GITHUB_TOKEN: ${{ secrets.github_token }}
44+
{% endraw %}
4345
run: |
4446
uv run coverage run -m pytest
4547
uv run coveralls --service=github

0 commit comments

Comments
 (0)