2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

No default py, use py3.

This commit is contained in:
Rene Rivera
2021-09-25 23:16:37 -05:00
parent 17b52643e3
commit aa4aea822d

View File

@@ -74,5 +74,5 @@ jobs:
echo ">>>>> Test.."
echo ">>>>>"
cd test
python test_all.py ${TOOLSET}
python3 test_all.py ${TOOLSET}
cd ..