mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 01:44:28 +01:00
forcing AGENT_NAME to be defined from repo
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -93,10 +93,6 @@ jobs:
|
||||
submodules: true
|
||||
token: ${{ env.GH_TOKEN }}
|
||||
|
||||
- name: List submodule files
|
||||
run: |
|
||||
ls -al agbenchmark/challenges
|
||||
|
||||
- name: Set up Python ${{ env.min-python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
@@ -112,11 +108,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python --version
|
||||
poetry --version
|
||||
poetry install --no-interaction -vvv
|
||||
poetry run agbenchmark start --mock
|
||||
poetry run agbenchmark start --mock --maintain
|
||||
poetry install -vvv
|
||||
poetry build
|
||||
|
||||
- name: Run regression tests
|
||||
|
||||
Reference in New Issue
Block a user