mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04: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