Skip to content

Commit

Permalink
Temporarily enable 'build wheels' for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed May 24, 2024
1 parent 15ed019 commit 2aa9a67
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 @@ -68,7 +68,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 2aa9a67

Please sign in to comment.