From 578cd661229c67d82cdf5965cec46c4724c5a563 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Fri, 13 Oct 2023 17:10:46 -0400 Subject: [PATCH] Use templatekit 0.6 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). --- .github/workflows/ci.yaml | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0aab05a..92638a9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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. diff --git a/requirements.txt b/requirements.txt index 2588d413..8111f783 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -templatekit<0.6 +templatekit>=0.6,<0.7 cookiecutter<2.2