From 6f8caf07b1d8054b25991b2b52d6b610ad3f695c Mon Sep 17 00:00:00 2001 From: Benji <46675043+BenjiU@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:15:56 +0200 Subject: [PATCH] Release 2.4.2 (#383) * debug output --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c04ed06d..07c95398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,8 @@ jobs: - name: Install dependencies and generate docs run: | pip install poetry + ls + git status poetry install poetry run python docs_src/generate_docs.py