mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-20 17:55:47 +03:00
Windows arm needs to be disabled at the ci level, so remove this skip selector
This commit is contained in:
parent
c273c231e1
commit
e7d1c3a30d
|
|
@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.cibuildwheel]
|
||||
build = "*"
|
||||
skip = "cp39* *-win32 *i686* cp3??t-* *-win_arm64"
|
||||
skip = "cp39* *-win32 *i686* cp3??t-*"
|
||||
test-skip = ""
|
||||
|
||||
archs = ["native"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user