disable windows build for now

This commit is contained in:
saces 2026-04-05 14:28:13 +02:00
parent a01a264585
commit db15aaf316

View file

@ -78,7 +78,7 @@ jobs:
needs: needs:
- changes - changes
- timestamp - timestamp
if: ${{ needs.changes.outputs.pygomx == 'true' }} if: ${{ needs.changes.outputs.pygomx == 'needsbuildfix' }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
continue-on-error: true continue-on-error: true
strategy: strategy:
@ -152,8 +152,8 @@ jobs:
needs: needs:
- changes - changes
- pygomx-wheel-mac - pygomx-wheel-mac
- pygomx-wheel-win
- pygomx-wheel-linux - pygomx-wheel-linux
#- pygomx-wheel-win
if: ${{ needs.changes.outputs.pygomx == 'true' }} if: ${{ needs.changes.outputs.pygomx == 'true' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: environment: