File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : Setup Python Environment, Lint and Unit Test
2
+ name : Linting
3
3
on :
4
4
workflow_call :
5
5
inputs :
52
52
required : false
53
53
default : ' '
54
54
jobs :
55
- unit-test :
56
- name : unit-test
55
+ linting :
56
+ name : linting
57
57
runs-on : ${{ inputs.os }}
58
58
env :
59
59
ZENML_DEBUG : 1
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261
261
with :
262
262
python-version : ${{ inputs.python-version }}
263
263
ref-zenml : ${{ github.ref }}
264
- ref-template : 2025.07.14 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
264
+ ref-template : 2025.09.19 # Make sure it is aligned with ZENML_PROJECT_TEMPLATES from src/zenml/cli/base.py
265
265
- name : Clean-up
266
266
run : |
267
267
rm -rf ./local_checkout
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def copier_github_url(self) -> str:
92
92
),
93
93
llm_finetuning = ZenMLProjectTemplateLocation (
94
94
github_url = "zenml-io/template-llm-finetuning" ,
95
- github_tag = "2025.07.14 " , # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
95
+ github_tag = "2025.09.19 " , # Make sure it is aligned with .github/workflows/update-templates-to-examples.yml
96
96
),
97
97
)
98
98
You can’t perform that action at this time.
0 commit comments