Skip to content

Commit

Permalink
Update rag_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sefgsefg committed Sep 9, 2024
1 parent fba329e commit 6d0f0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rag_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

- name: Grant execute permissions to scripts
shell: bash
run: chmod +x ./sample/contrib/RAG_kubeflow/example/.github/rag_action.sh
run: chmod +x ./samples/contrib/RAG_kubeflow/example/.github/rag_action.sh

- name: Install dos2unix
run: sudo apt-get update && sudo apt-get install dos2unix

- name: Run Samples Tests
run: dos2unix ./sample/contrib/RAG_kubeflow/example/.github/rag_action.sh && ./sample/contrib/RAG_kubeflow/example/.github/rag_action.sh
run: dos2unix ./samples/contrib/RAG_kubeflow/example/.github/rag_action.shh && ././samples/contrib/RAG_kubeflow/example/.github/rag_action.sh

0 comments on commit 6d0f0ed

Please sign in to comment.