Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Oct 28, 2024
1 parent bc1b626 commit 56f32e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ jobs:
with:
python-version: '3.11'

- name: Change directory
run: cd llm-complete-guide

- name: Install requirements
run: |
pip3 install -r requirements.txt
zenml integration install gcp -y
- name: Connect to ZenML server
run: |
zenml init
zenml connect --url $ZENML_HOST --api-key $ZENML_API_KEY
- name: Set stack (Staging)
Expand Down

0 comments on commit 56f32e9

Please sign in to comment.