File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5151 python-version : 3.11
5252
5353 - name : Install copier
54- run : pipx install copier==9.9.0
54+ run : pipx install copier==9.10.2
5555
5656 - name : Verify template
5757 run : make template-build
@@ -914,7 +914,7 @@ jobs:
914914 "
915915
916916 - name : Install copier
917- run : pipx install copier==9.9.0
917+ run : pipx install copier==9.10.2
918918
919919 - name : Apply mkdocs
920920 run : make template-build COPIER_EXTRA_OPTS="-d docs_type=mkdocs"
Original file line number Diff line number Diff line change 2525
2626# Install standalone tools
2727prerequisites :
28- pipx install --force copier==9.9.0
28+ pipx install --force copier==9.10.2
2929 pipx install --force pre-commit==4.2.0
3030 pipx install --force watchfiles==1.1.0
3131
Original file line number Diff line number Diff line change 2828# Install standalone tools
2929prerequisites:
3030[%- if repo_name == "ss-cpp" %]
31- pipx install --force copier==9.9.0
31+ pipx install --force copier==9.10.2
3232[%- endif %]
3333 pipx install --force pre-commit==4.2.0
3434 pipx install --force watchfiles==1.1.0
Original file line number Diff line number Diff line change 5151 python-version: 3.11
5252
5353 - name: Install copier
54- run: pipx install copier==9.9.0
54+ run: pipx install copier==9.10.2
5555
5656 - name: Verify template
5757 run: make template-build
@@ -958,7 +958,7 @@ jobs:
958958 "
959959
960960 - name: Install copier
961- run: pipx install copier==9.9.0
961+ run: pipx install copier==9.10.2
962962
963963 - name: Apply mkdocs
964964 run: make template-build COPIER_EXTRA_OPTS="-d docs_type=mkdocs"
You can’t perform that action at this time.
0 commit comments