Skip to content

Commit 88edf3d

Browse files
committed
clarify the comment
1 parent 799ae46 commit 88edf3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pypi/hub_builder/hub_builder_tests.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@ def _test_torch_experimental_index_url(env):
566566
for (os, cpu), whl_platform_tags in {
567567
("linux", "x86_64"): ["linux_x86_64", "manylinux_*_x86_64"],
568568
("linux", "aarch64"): ["linux_aarch64", "manylinux_*_aarch64"],
569-
# this should be ignored as well because there is no sdist
569+
# this should be ignored as well because there is no sdist and no whls
570+
# for intel Macs
570571
("osx", "x86_64"): ["macosx_*_x86_64"],
571572
("osx", "aarch64"): ["macosx_*_arm64"],
572573
("windows", "x86_64"): ["win_amd64"],

0 commit comments

Comments
 (0)