We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad00ea0 commit 75c9086Copy full SHA for 75c9086
.github/workflows/staging_run_complete_llm.yml
@@ -45,6 +45,12 @@ jobs:
45
run: |
46
zenml init
47
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
+
54
- name: Set stack (Staging)
55
working-directory: ./llm-complete-guide
56
0 commit comments