diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dad0fe6..99c5c28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 diff --git a/sustainml_modules/requirements.txt b/sustainml_modules/requirements.txt index 1e425ba..783d416 100644 --- a/sustainml_modules/requirements.txt +++ b/sustainml_modules/requirements.txt @@ -1,3 +1,4 @@ +carbontracker flask flask-socketio==5.2.0 kaggle diff --git a/sustainml_modules/sustainml_modules/sustainml-wp3 b/sustainml_modules/sustainml_modules/sustainml-wp3 index 8f60542..6a67881 160000 --- a/sustainml_modules/sustainml_modules/sustainml-wp3 +++ b/sustainml_modules/sustainml_modules/sustainml-wp3 @@ -1 +1 @@ -Subproject commit 8f605427cfe1af0215ac6f0029d5f199274f3bc8 +Subproject commit 6a67881145ec1d0a210a3df0c5b597abb7da1301