Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com>
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
This commit is contained in:
Luke
2023-08-21 20:07:36 -07:00
committed by GitHub
parent ff62f60583
commit 9ed77593b3

View File

@@ -193,7 +193,7 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
pip uninstall agbenchmark -y
cp .env_example .env
cp .env.template .env
sed -i 's/your-openai-api-key/${{ secrets.OPENAI_API_KEY }}/g' .env
else
echo "Unknown agent name: $AGENT_NAME"