Update cicd branch to test removing ollama dependency

This commit is contained in:
Connor Hack 2024-12-04 11:57:25 -08:00
parent e5b3ff6862
commit 7e46e9339c

View file

@ -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