Skip to content

Commit

Permalink
Use templatekit 0.6
Browse files Browse the repository at this point in the history
This version of templatekit lets us ignore paths of examples that
changed be checked for directly consistency because they change too
frequently (contains dates and times).
  • Loading branch information
jonathansick committed Oct 26, 2023
1 parent 1fbfb24 commit 578cd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
# The check command rebuilds all examples with scons and ensures that
# generated examples match the committed state.
- name: Check templates
run: templatekit check
run: |
templatekit check \
--ignore "project_templates/technote_rst_early_adopter/testn-000/technote.toml"
# Test TeX builds only with the latest Python version, since they're
# fairly heavy-weight and the Python version shouldn't matter.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
templatekit<0.6
templatekit>=0.6,<0.7
cookiecutter<2.2

0 comments on commit 578cd66

Please sign in to comment.