Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 14, 2023
1 parent 5ea03e8 commit 9d8ddbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-wheels-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- wheel
- fix-build-win-wheel
tags:
- '*'
workflow_dispatch:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- wheel
- fix-build-win-wheel
tags:
- '*'
workflow_dispatch:
Expand All @@ -23,8 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest]
os: [windows-latest]
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9d8ddbb

Please sign in to comment.