Skip to content

Commit 3134af8

Browse files
authored
fix: update the workflow order (#24)
2 parents b725ec1 + a0eee13 commit 3134af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
build-wheelhouse:
9696
name: "Build wheelhouse for latest Python versions"
9797
runs-on: ${{ matrix.os }}
98+
needs: [code-style]
9899
strategy:
99100
matrix:
100101
os: [ubuntu-latest, windows-latest]
@@ -110,7 +111,7 @@ jobs:
110111
build-library:
111112
name: "Build library"
112113
runs-on: ubuntu-latest
113-
needs: [code-style]
114+
needs: [build-wheelhouse, doc-build]
114115
steps:
115116
- uses: ansys/actions/build-library@v4
116117
with:

0 commit comments

Comments
 (0)