mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-30 04:14:24 +01:00
attempting more logs
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -27,11 +27,7 @@ jobs:
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
submodules: true
|
||||
|
||||
- name: List submodule files
|
||||
run: |
|
||||
ls -al agbenchmark/challenges
|
||||
|
||||
- name: Set up Python ${{ env.min-python-version }}
|
||||
- name: Set up Python ${{ env.min-python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ env.min-python-version }}
|
||||
@@ -98,6 +94,10 @@ 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:
|
||||
@@ -113,8 +113,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||
poetry install -vvv
|
||||
python --version
|
||||
poetry --version
|
||||
poetry install --no-interaction -vvv
|
||||
poetry run agbenchmark start --mock
|
||||
poetry run agbenchmark start --mock --maintain
|
||||
poetry build
|
||||
|
||||
Submodule agbenchmark/challenges updated: 8153f05f75...59d44a6f4f
@@ -48,8 +48,6 @@ markers = [
|
||||
"iterate",
|
||||
"adaptability",
|
||||
"safety",
|
||||
"first",
|
||||
"second"
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
||||
Reference in New Issue
Block a user