Commit f1e8ba1
committed
chore(dev): fix benchmark CI about py-binding artifact
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 f1e8ba1
1 file changed
+2
-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 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments