Skip to content

Commit 1e39de2

Browse files
committed
update runt to use python3
1 parent 7e8ed87 commit 1e39de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ name = "blas"
124124
paths = ["apps/blas/*/test.fil"]
125125
expect_dir = "apps/blas/"
126126
cmd = """
127-
python apps/blas/util.py -r -n 5 -w 4 -k {} && \
127+
python3 apps/blas/util.py -r -n 5 -w 4 -k {} && \
128128
dir=$(dirname {}) && \
129129
rm $dir/test.expect $dir/test.fil.data $dir/test.fil.out
130130
"""

0 commit comments

Comments
 (0)