fixing the incorrect addition of superagi (#73)
parent
e56b112aab
commit
082a876612
|
@ -54,9 +54,9 @@ jobs:
|
|||
|
||||
- name: Run regression tests
|
||||
run: |
|
||||
cd agent/SuperAgi
|
||||
cd agent/SuperAGI
|
||||
cp config_template.yaml config.yaml
|
||||
sed -i 's/OPENAI_API_KEY:.*/OPENAI_API_KEY: "'"${{ secrets.OPENAI_API_KEY }}"'"/' config.yaml
|
||||
docker-compose up --build
|
||||
docker-compose up -d --build
|
||||
pip install ../../dist/agbenchmark-0.1.0-py3-none-any.whl
|
||||
agbenchmark start --reg
|
||||
agbenchmark start --maintain
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 12e248e90112e50ee011f0dcb1b3fa02030661a4
|
||||
Subproject commit 7ab2994d4b44fa008f9ac27b196f134d27878916
|
Loading…
Reference in New Issue