Skip to content

Commit

Permalink
make build_wheels depend on doc_consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 31, 2024
1 parent 2c3c784 commit 6d213d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Run docstring check
run: python check_docstrings.py
build_wheels:
needs: [doc_consistency]
name: Build wheels on ${{ matrix.os }} ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 6d213d8

Please sign in to comment.