From db15aaf316d4f43eb4b27430eddd945485968d2f Mon Sep 17 00:00:00 2001 From: saces Date: Sun, 5 Apr 2026 14:28:13 +0200 Subject: [PATCH] disable windows build for now --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c52c755..19a0da1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -78,7 +78,7 @@ jobs: needs: - changes - timestamp - if: ${{ needs.changes.outputs.pygomx == 'true' }} + if: ${{ needs.changes.outputs.pygomx == 'needsbuildfix' }} runs-on: ${{ matrix.os }} continue-on-error: true strategy: @@ -152,8 +152,8 @@ jobs: needs: - changes - pygomx-wheel-mac - - pygomx-wheel-win - pygomx-wheel-linux + #- pygomx-wheel-win if: ${{ needs.changes.outputs.pygomx == 'true' }} runs-on: ubuntu-latest environment: