diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66a37d22..de81f01a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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