From a0eee1322ffd2a6ff459ec8cdff40bf7a792de85 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 2 Oct 2023 18:50:03 +0200 Subject: [PATCH] fix: update the workflow order --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c536ed..8613dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: build-wheelhouse: name: "Build wheelhouse for latest Python versions" runs-on: ${{ matrix.os }} + needs: [code-style] strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -110,7 +111,7 @@ jobs: build-library: name: "Build library" runs-on: ubuntu-latest - needs: [code-style] + needs: [build-wheelhouse, doc-build] steps: - uses: ansys/actions/build-library@v4 with: