From 7e46e9339c292428aff1df384ad64914c8b24d25 Mon Sep 17 00:00:00 2001 From: Connor Hack Date: Wed, 4 Dec 2024 11:57:25 -0800 Subject: [PATCH] Update cicd branch to test removing ollama dependency --- .github/workflows/gha_workflow_llama_stack_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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