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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue