Commit bafcb17
authored
chore(dev): fix benchmark CI about py-binding artifact (#211)
Previously, the glob patterns used to handle the py-binding artifacts
were not concise enough to identify the CPython wheel.
This resulted in incorrectly trying to install the PyPy wheel that was
uploaded with the CPython wheel as build artifacts.1 parent b15dcfe commit bafcb17
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments