Skip to content

Commit

Permalink
fix test start
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 30, 2024
1 parent d436694 commit b0d2bda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}-${{ matrix.cibw_archs }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: True
matrix:
include:
# - os: ubuntu-latest # linux x86_64
Expand All @@ -32,10 +32,10 @@ jobs:
cibw_archs: AMD64
cibw_skip: "pp*"
free_thread: True
- os: windows-latest
cibw_archs: ARM64
cibw_skip: "pp*"
free_thread: False
# - os: windows-latest
# cibw_archs: ARM64
# cibw_skip: "pp*"
# free_thread: False
# - os: macos-13
# cibw_archs: x86_64
# cibw_skip: "pp*"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_TEST_REQUIRES: "pytest parameterized opencv-python-headless pycocotools"
CIBW_TEST_COMMAND: "pytest {project}/tests"
# CIBW_TEST_SKIP: "*-win_arm64 *-musllinux_aarch64"
CIBW_TEST_SKIP: "*-win_arm64"
with:
package-dir: ./

Expand Down

0 comments on commit b0d2bda

Please sign in to comment.