We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6f7e8 commit 5590dc0Copy full SHA for 5590dc0
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
71
python_versions=$(
72
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 |
+ jq -r '.urls[].filename | select(test("manylinux.*_x86_64")) | capture("(?<cp>cp[0-9]+)-") | .cp |
74
sub("cp(?<major>[0-9])(?<minor>[0-9]+)"; "\(.major).\(.minor)")'
75
)
76
0 commit comments