We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b725ec1 commit a0eee13Copy full SHA for a0eee13
.github/workflows/ci.yml
@@ -95,6 +95,7 @@ jobs:
95
build-wheelhouse:
96
name: "Build wheelhouse for latest Python versions"
97
runs-on: ${{ matrix.os }}
98
+ needs: [code-style]
99
strategy:
100
matrix:
101
os: [ubuntu-latest, windows-latest]
@@ -110,7 +111,7 @@ jobs:
110
111
build-library:
112
name: "Build library"
113
runs-on: ubuntu-latest
- needs: [code-style]
114
+ needs: [build-wheelhouse, doc-build]
115
steps:
116
- uses: ansys/actions/build-library@v4
117
with:
0 commit comments