Skip to content

Commit 7a47534

Browse files
committed
revert: change in test-local
1 parent be1abfc commit 7a47534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cleanup() {
1515
trap cleanup EXIT
1616

1717
export TOOLKIT_VERSION="local-build"
18-
export PYTHON_VERSION=${PYTHON_VERSION:-"3.11"}
18+
export PYTHON_VERSION=${PYTHON_VERSION:-"3.9"}
1919
export COVERAGE_ENABLED=${COVERAGE_ENABLED:-"true"}
2020

2121
if [ "${COVERAGE_ENABLED:-true}" = "true" ]; then

0 commit comments

Comments
 (0)