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