From b89c316c123818c4c563be3a9d7899e736668085 Mon Sep 17 00:00:00 2001 From: Ludovic Steinbach Date: Tue, 8 Oct 2024 13:05:43 +0200 Subject: [PATCH] Test fix branch --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6c78eae1..444ca3e8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -21,7 +21,7 @@ jobs: name: "Code style" runs-on: windows-latest steps: - - uses: ansys/actions/code-style@v8 + - uses: ansys/actions/code-style@fix/code-style-windows with: python-version: ${{ env.MAIN_PYTHON_VERSION }} skip-install: "false"