Skip to content

Commit

Permalink
Temporarily enable wheel building on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Oct 8, 2024
1 parent 998863f commit d543d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: pytest -v

build_wheels:
if: github.event_name != 'pull_request'
# if: github.event_name != 'pull_request'
name: Build wheels on ${{ matrix.os }} ${{ matrix.macos_arch }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit d543d36

Please sign in to comment.