Skip to content

Commit bd9f761

Browse files
committed
default to python3
1 parent 6fdbe3d commit bd9f761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
PYTHON_COMMAND=${PYTHON_COMMAND:=python}
5+
PYTHON_COMMAND=${PYTHON_COMMAND:=python3}
66
JSONNET_CPP_DIR=${JSONNET_CPP_DIR:=$PWD/cpp-jsonnet}
77

88
set -x

0 commit comments

Comments
 (0)