From 219bb1b170a5b471b3b83a64eac27e26d22f70f8 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:14:46 +0100 Subject: [PATCH] ci: not hiding log --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ecdf738f..9f5c9b0d5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,6 +151,8 @@ jobs: python-package-name: ${{ env.PACKAGE_NAME }} dev-mode: ${{ github.ref != 'refs/heads/main' }} upload-reports: True + hide-log: false + docs-build: name: "Build documentation"