fixing the incorrect addition of superagi (#73)

pull/5155/head
Silen Naihin 2023-07-08 05:04:06 -04:00 committed by GitHub
parent e56b112aab
commit 082a876612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -54,9 +54,9 @@ jobs:
- name: Run regression tests - name: Run regression tests
run: | run: |
cd agent/SuperAgi cd agent/SuperAGI
cp config_template.yaml config.yaml cp config_template.yaml config.yaml
sed -i 's/OPENAI_API_KEY:.*/OPENAI_API_KEY: "'"${{ secrets.OPENAI_API_KEY }}"'"/' 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 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