From 10c1803caadaad3a5564ecbb19f410b06eb2322e Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Wed, 26 Jul 2023 23:02:38 +0100 Subject: [PATCH] ci update (#198) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 466ea8d3..22b1acf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ 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 }} uses: actions/setup-python@v2 with: @@ -42,6 +46,7 @@ jobs: - name: Install dependencies run: | + export POETRY_VIRTUALENVS_IN_PROJECT=true poetry install -vvv - name: Lint with flake8 @@ -108,6 +113,7 @@ jobs: - name: Install dependencies run: | + export POETRY_VIRTUALENVS_IN_PROJECT=true poetry install -vvv poetry run agbenchmark start --mock poetry run agbenchmark start --mock --maintain