Skip to content

Commit 56f32e9

Browse files
committed
Fixed workflow
1 parent bc1b626 commit 56f32e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_complete_llm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ jobs:
3030
with:
3131
python-version: '3.11'
3232

33+
- name: Change directory
34+
run: cd llm-complete-guide
35+
3336
- name: Install requirements
3437
run: |
3538
pip3 install -r requirements.txt
3639
zenml integration install gcp -y
3740
3841
- name: Connect to ZenML server
3942
run: |
43+
zenml init
4044
zenml connect --url $ZENML_HOST --api-key $ZENML_API_KEY
4145
4246
- name: Set stack (Staging)

0 commit comments

Comments
 (0)