From 6c6df55e9be4e78990ac5383237d31d7a46bcb4a Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela Date: Sun, 30 Oct 2022 11:24:28 +0100 Subject: [PATCH] Workflow issues --- .github/workflows/py311.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/py311.yml b/.github/workflows/py311.yml index 64eb7771..4871a119 100644 --- a/.github/workflows/py311.yml +++ b/.github/workflows/py311.yml @@ -16,7 +16,6 @@ jobs: py311-smoke-tests: name: Build core PyAnsys packages runs-on: ${{ matrix.os }} - needs: [style] strategy: fail-fast: false matrix: @@ -60,4 +59,4 @@ jobs: with: name: ${{ env.PACKAGE_NAME }}-v${{ steps.version.outputs.PYANSYS_VERSION }}-wheelhouse-${{ runner.os }}-3.11 path: '*.zip' - retention-days: 7 \ No newline at end of file + retention-days: 7