Skip to content

Commit

Permalink
⚗️ Test armv7l
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 2, 2025
1 parent f5bc658 commit 48049c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
runs-on:
- ubuntu-latest
- macos-latest
# - macos-latest
# https://github.com/Freed-Wu/astyle-wheel/issues/16
# - windows-latest
runs-on: ${{matrix.runs-on}}
Expand Down
7 changes: 4 additions & 3 deletions packages/astyle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ wheel.exclude = ["**.c", "**.cc", "**.h", "**.pxd"]
archs = ["all"]
# https://github.com/cython/cython/issues/6593
# https://github.com/astral-sh/uv/issues/10260
skip = "*37-* *38-* *39-* pp* *_armv7l *-musllinux_s390x *-musllinux_ppc64*"
build = "*_armv7l"
skip = "*37-* *38-* *39-* *-musllinux_s390x *-musllinux_ppc64*"
build-frontend = "build[uv]"
before-test = "pip install .[dev]"
test-command = "pytest {project}"
# before-test = "pip install .[dev]"
# test-command = "pytest {project}"

0 comments on commit 48049c7

Please sign in to comment.