Skip to content

Commit

Permalink
Skip test on manylinux_aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Aug 2, 2024
1 parent 828b5c2 commit cc60696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
# Skip builds(save time / avoid build error)
CIBW_SKIP: "pp* *-musllinux_* *_i686 *-win32"
Expand All @@ -53,10 +53,11 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_BUILD: cp*-manylinux_aarch64
CIBW_TEST_SKIP: "*" # Skip tests(save time)

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ build-verbosity = 1

# Run pytest to ensure that the package was correctly built
test-command = "pytest {project}/tests"
test-requires = "pytest"
test-extras = ["test"]

# Needed for full C++17 support
[tool.cibuildwheel.macos.environment]
Expand Down

0 comments on commit cc60696

Please sign in to comment.