Skip to content

Commit b7c7913

Browse files
committed
Update template
1 parent cef9d37 commit b7c7913

9 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install deptry
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Dependency Check
4141
run: |

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Formatting Tools
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Black Format Check
4141
run: |

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: "3.11"
5454
- name: Install Python Tools
5555
run: |
56-
make install
56+
make python-install
5757
- name: Setup Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install Linting Tools
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Render Cookiecutter Template
4141
run: |

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install pip-audit
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Security Check
4141
run: |

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install codespell
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run Spellcheck
4141
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install pytest
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run tests
4141
run: |

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install mypy
3737
run: |
38-
make install
38+
make python-install
3939
4040
- name: Run typecheck
4141
run: |

docs/cookiecutter_input.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
"build-docs": false,
2525
"changelog": false,
2626
"git-init": false,
27-
"install": false,
2827
"pre-commit-init": false,
29-
"python-install": true
28+
"python-install": false
3029
}
3130
},
3231
"_is_sub_template": false,

0 commit comments

Comments
 (0)