Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmacq-dev committed Oct 27, 2023
1 parent 84ddcd0 commit 2222143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-template-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup
run: |
pip install --upgrade pip
pip install copier==7.0.1 pydantic==1.10.13
pip install copier==7.3.0 pydantic==1.10.13
- name: Check Defaults
run: copier --defaults copy "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" ./template-test-path
list-scenarios:
Expand Down
2 changes: 1 addition & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dataset:
default: presentation

_templates_suffix: .tmpl
_min_copier_version: "8.0.0"
_min_copier_version: "7.3.0"

_envops:
autoescape: false
Expand Down

0 comments on commit 2222143

Please sign in to comment.