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 update -y
sudo apt install -y python3 python3-pip npm wget sudo apt install -y python3 python3-pip npm wget
- name: "Installing packages with 'curl'" #- name: "Installing packages with 'curl'"
id: install_curl # id: install_curl
run: | # run: |
curl -fsSL https://ollama.com/install.sh | sh # curl -fsSL https://ollama.com/install.sh | sh
- name: "Installing packages with 'wget'" - name: "Installing packages with 'wget'"
id: install_wget id: install_wget