We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede02cd commit e1c09bcCopy full SHA for e1c09bc
src/makeapp/app_templates/django/.github/workflows/python-package.yml
@@ -22,6 +22,7 @@ jobs:
22
django-version: 5.0
23
24
steps:
25
+{% raw %}
26
- uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
28
uses: actions/setup-python@v5
@@ -40,6 +41,7 @@ jobs:
40
41
- name: Run tests
42
env:
43
GITHUB_TOKEN: ${{ secrets.github_token }}
44
+{% endraw %}
45
run: |
46
uv run coverage run -m pytest
47
uv run coveralls --service=github
0 commit comments