Fix Windows tests
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ def expected_wheels(
|
|||||||
if python_abi_tag.startswith("cp"):
|
if python_abi_tag.startswith("cp"):
|
||||||
platform_tags = ["win32", "win_amd64"]
|
platform_tags = ["win32", "win_amd64"]
|
||||||
else:
|
else:
|
||||||
platform_tags = ["win32"]
|
platform_tags = ['win_amd64']
|
||||||
|
|
||||||
elif platform == "macos":
|
elif platform == "macos":
|
||||||
if python_abi_tag == "cp39-cp39" and machine_arch == "arm64":
|
if python_abi_tag == "cp39-cp39" and machine_arch == "arm64":
|
||||||
|
|||||||
Reference in New Issue
Block a user