diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a5e8fa..2ec4980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: