Skip to content

Commit 5590dc0

Browse files
committed
ci find pytorch versions built with any version of manylinux
1 parent 5a6f7e8 commit 5590dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
python_versions=$(
7272
curl -s "https://pypi.org/pypi/torch/$pytorch_version/json" |
73-
jq -r '.urls[].filename | select(test("manylinux1_x86_64")) | capture("(?<cp>cp[0-9]+)-") | .cp |
73+
jq -r '.urls[].filename | select(test("manylinux.*_x86_64")) | capture("(?<cp>cp[0-9]+)-") | .cp |
7474
sub("cp(?<major>[0-9])(?<minor>[0-9]+)"; "\(.major).\(.minor)")'
7575
)
7676

0 commit comments

Comments
 (0)