mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 19:07:44 +00:00
Use Khoj terrarium fork instead of building from official Cohere repo
This commit is contained in:
parent
a138845fea
commit
4c4b7120c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run_evals.yml
vendored
2
.github/workflows/run_evals.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
# upgrade pip
|
||||
python -m ensurepip --upgrade && python -m pip install --upgrade pip
|
||||
# install terrarium for code sandbox
|
||||
git clone https://github.com/cohere-ai/cohere-terrarium.git && cd cohere-terrarium && npm install && mkdir pyodide_cache
|
||||
git clone https://github.com/khoj-ai/terrarium.git && cd terrarium && npm install && mkdir pyodide_cache
|
||||
|
||||
- name: ⬇️ Install Application
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue