Skip to content

Commit 76546b7

Browse files
committed
debug no wheel 3.14
1 parent 30b2e5a commit 76546b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
19+
os: [ubuntu-latest] #, windows-latest, macos-14, macos-15-intel]
2020

2121
steps:
2222
- name: Checkout code
@@ -49,7 +49,7 @@ jobs:
4949
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
5050
CIBW_SKIP: "*-win32 *i686 pp3*"
5151
CIBW_BUILD_FRONTEND: build
52-
CIBW_BUILD_VERBOSITY: 1
52+
CIBW_BUILD_VERBOSITY: 3
5353
CIBW_TEST_REQUIRES: pytest scipy
5454
CIBW_TEST_COMMAND: |
5555
pytest {project}/tests

0 commit comments

Comments
 (0)