From 1e961e303e47e7c19ee7b2255762c4262fca6083 Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:15:27 +0200 Subject: [PATCH] fix: code style action --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3ea540dd..cecb92c1 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -42,6 +42,7 @@ jobs: uses: ansys/actions/code-style@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} + skip-install: true doc-style: name: "Documentation Style Check"