Skip to content

Commit

Permalink
Temporal fix ollama installation
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL committed Nov 19, 2024
1 parent 08b19d3 commit 3ef5047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
upgrade: false

- name: Install ollama
run: curl -fsSL https://ollama.com/install.sh | sh
run: curl -fsSL https://ollama.com/install.sh | TERM=xterm sh

- name: Fetch SustainML repositories
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
upgrade: false

- name: Install ollama
run: curl -fsSL https://ollama.com/install.sh | sh
run: curl -fsSL https://ollama.com/install.sh | TERM=xterm sh

- name: Fetch SustainML repositories
uses: eProsima/eProsima-CI/multiplatform/vcs_import@v0
Expand Down

0 comments on commit 3ef5047

Please sign in to comment.