From 66d1fec07eb55f33d34ee437c111f0ad4327dddd Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Wed, 26 Jul 2023 23:36:45 +0100 Subject: [PATCH] attempting more logs --- .github/workflows/ci.yml | 15 ++++++++------- agbenchmark/challenges | 2 +- pyproject.toml | 2 -- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b1acf5..afa9c600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/agbenchmark/challenges b/agbenchmark/challenges index 8153f05f..59d44a6f 160000 --- a/agbenchmark/challenges +++ b/agbenchmark/challenges @@ -1 +1 @@ -Subproject commit 8153f05f758d86ddf01fe7d8cb4fb7c53ddc4d72 +Subproject commit 59d44a6f4f3cd778d9034857f7277428269b2028 diff --git a/pyproject.toml b/pyproject.toml index 3b87f961..bc9564b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,8 +48,6 @@ markers = [ "iterate", "adaptability", "safety", - "first", - "second" ] [tool.poetry.scripts]