Skip to content

Commit 0beaadb

Browse files
committed
update the prefix
1 parent 28d5f62 commit 0beaadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/slowest_tests/update-slowest-times-issue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function skip_job() {
4242
# Remove common prefix from the name
4343
function remove_prefix() {
4444
name=$1
45-
echo $name | sed -e 's/^ubuntu-latest test py3.12 : fast-compile 0 : float32 0 : //'
45+
echo $name | sed -e 's/^ubuntu-latest test py3.12 numpy>=2.0 : fast-compile 0 : float32 0 : //'
4646
}
4747

4848
function human_readable_time() {

0 commit comments

Comments
 (0)