diff --git a/.github/workflows/gha_workflow_llama_stack_tests.yml b/.github/workflows/gha_workflow_llama_stack_tests.yml index 89e5edf71..e895169dd 100644 --- a/.github/workflows/gha_workflow_llama_stack_tests.yml +++ b/.github/workflows/gha_workflow_llama_stack_tests.yml @@ -206,10 +206,10 @@ jobs: sudo apt update -y sudo apt install -y python3 python3-pip npm wget - - name: "Installing packages with 'curl'" - id: install_curl - run: | - curl -fsSL https://ollama.com/install.sh | sh + #- name: "Installing packages with 'curl'" + # id: install_curl + # run: | + # curl -fsSL https://ollama.com/install.sh | sh - name: "Installing packages with 'wget'" id: install_wget