Skip to content

Commit ba1fd22

Browse files
committed
go back to python instead of python3
1 parent 6e8f556 commit ba1fd22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dvc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
stages:
22
benchmark_array_xd:
3-
cmd: python3 ./benchmarks/benchmark_array_xd.py
3+
cmd: python ./benchmarks/benchmark_array_xd.py
44
deps:
55
- ./benchmarks/benchmark_array_xd.py
66
metrics:
77
- ./benchmarks/results/benchmark_array_xd.json:
88
cache: false
99

1010
benchmark_indices_mapping:
11-
cmd: python3 ./benchmarks/benchmark_indices_mapping.py
11+
cmd: python ./benchmarks/benchmark_indices_mapping.py
1212
deps:
1313
- ./benchmarks/benchmark_indices_mapping.py
1414
metrics:
1515
- ./benchmarks/results/benchmark_indices_mapping.json:
1616
cache: false
1717

1818
benchmark_map_filter:
19-
cmd: python3 ./benchmarks/benchmark_map_filter.py
19+
cmd: python ./benchmarks/benchmark_map_filter.py
2020
deps:
2121
- ./benchmarks/benchmark_map_filter.py
2222
metrics:
2323
- ./benchmarks/results/benchmark_map_filter.json:
2424
cache: false
2525

2626
benchmark_iterating:
27-
cmd: python3 ./benchmarks/benchmark_iterating.py
27+
cmd: python ./benchmarks/benchmark_iterating.py
2828
deps:
2929
- ./benchmarks/benchmark_iterating.py
3030
metrics:

0 commit comments

Comments
 (0)