Uninstall agbenchmark then reinstall (#188)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-07-24 16:48:45 -07:00
committed by GitHub
parent 4a861dfd94
commit d385cc4941

View File

@@ -124,6 +124,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip uninstall agbenchmark -y
elif [ "$AGENT_NAME" == "mini-agi" ]; then
python -m venv venv
source venv/bin/activate