disable windows build for now
This commit is contained in:
parent
a01a264585
commit
db15aaf316
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue