Skip to content

Commit 5cfa955

Browse files
authored
Apply suggestion from @henryiii
1 parent af427ed commit 5cfa955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
checks:
4343
name: {% raw %}Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}{% endraw %}
4444
runs-on: {% raw %}${{ matrix.runs-on }}{% endraw %}
45-
{%- if cookiecutter._compiled %}
45+
{%- if cookiecutter.__type == "compiled" %}
4646
needs: [lint]
4747
{%- endif %}
4848
strategy:

0 commit comments

Comments
 (0)