Skip to content

Commit

Permalink
add sudo in wf remove (opea-project#511)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
Signed-off-by: siddhivelankar23 <[email protected]>
  • Loading branch information
chensuyue authored and siddhivelankar23 committed Aug 22, 2024
1 parent fc139a7 commit df8dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-examples-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
run: |
cd ../ && rm -rf GenAIExamples
cd ../ && sudo rm -rf GenAIExamples
git clone https://github.com/opea-project/GenAIExamples.git
cd GenAIExamples/ChatQnA/docker
cp -r ${{ github.workspace }}/../GenAIComps .
Expand Down

0 comments on commit df8dc36

Please sign in to comment.