adding venv to mini-agi

This commit is contained in:
Silen Naihin
2023-07-04 13:51:04 -04:00
parent 73a3e9e42d
commit ed9aef5f43

View File

@@ -55,6 +55,8 @@ jobs:
- name: Run regression tests
run: |
cd agent/mini-agi
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env_example .env
pip install ../../dist/agbenchmark-0.1.0-py3-none-any.whl