Skip to content

Commit

Permalink
Use correct config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Oct 29, 2024
1 parent 52074fa commit 2bcc135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production_run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
- name: Run pipeline, create pipeline, configure trigger (Production)
working-directory: ./llm-complete-guide
run: |
python gh_action_rag.py --no-cache --create-template --action-id ${{ env.ZENML_ACTION_ID }}
python gh_action_rag.py --no-cache --create-template --action-id ${{ env.ZENML_ACTION_ID }} --config rag_gcp.yaml
2 changes: 1 addition & 1 deletion .github/workflows/staging_run_complete_llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Run pipeline (Staging)
working-directory: ./llm-complete-guide
run: |
python gh_action_rag.py --no-cache
python gh_action_rag.py --no-cache --config rag_gcp.yaml

0 comments on commit 2bcc135

Please sign in to comment.