mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
adding venv to mini-agi
This commit is contained in:
2
.github/workflows/mini-agi.yml
vendored
2
.github/workflows/mini-agi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user