Skip to content

Commit

Permalink
Temporarily skip windows tests to debug wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 21, 2023
1 parent 5441234 commit 5b82864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.python.manylinux['arm'] }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.python.manylinux['intel'] }}
CIBW_ARCHS_MACOS: ${{ matrix.os.cibw-archs-macos[matrix.arch.matrix] }}
CIBW_TEST_SKIP: "win*"
run:
pipx run --spec='cibuildwheel==2.16.2' cibuildwheel --output-dir dist 2>&1

Expand Down

0 comments on commit 5b82864

Please sign in to comment.