We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af427ed commit 5cfa955Copy full SHA for 5cfa955
1 file changed
{{cookiecutter.project_name}}/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
checks:
43
name: {% raw %}Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}{% endraw %}
44
runs-on: {% raw %}${{ matrix.runs-on }}{% endraw %}
45
- {%- if cookiecutter._compiled %}
+ {%- if cookiecutter.__type == "compiled" %}
46
needs: [lint]
47
{%- endif %}
48
strategy:
0 commit comments