From 73a3e9e42df7caf7d6c65e83898ad9893a829ede Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Tue, 4 Jul 2023 13:41:54 -0400 Subject: [PATCH] fixing mini-agi workflow --- .github/workflows/mini-agi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mini-agi.yml b/.github/workflows/mini-agi.yml index 92980572..c62df766 100644 --- a/.github/workflows/mini-agi.yml +++ b/.github/workflows/mini-agi.yml @@ -55,8 +55,8 @@ jobs: - name: Run regression tests run: | cd agent/mini-agi - make install - source venv/bin/activate + pip install -r requirements.txt + cp .env_example .env pip install ../../dist/agbenchmark-0.1.0-py3-none-any.whl agbenchmark start --reg env: