Skip to content

Commit 75c9086

Browse files
author
marwan37
committed
update workflow to create and set zenml project for 0.80.0 compatibility
1 parent ad00ea0 commit 75c9086

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/staging_run_complete_llm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
run: |
4646
zenml init
4747
48+
- name: Create and set project if it doesn't exist
49+
working-directory: ./llm-complete-guide
50+
run: |
51+
zenml project create llm-complete-guide --description "LLM Complete Guide project for the ZenML staging workflow"
52+
zenml project set llm-complete-guide
53+
4854
- name: Set stack (Staging)
4955
working-directory: ./llm-complete-guide
5056
run: |

0 commit comments

Comments
 (0)