attempting more logs

This commit is contained in:
Silen Naihin
2023-07-26 23:36:45 +01:00
parent 10c1803caa
commit 66d1fec07e
3 changed files with 9 additions and 10 deletions

View File

@@ -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

View File

@@ -48,8 +48,6 @@ markers = [
"iterate",
"adaptability",
"safety",
"first",
"second"
]
[tool.poetry.scripts]