Commit d3a824d9 authored by Davis King's avatar Davis King

Tell the python3 tests to use python3

parent 85d62337
......@@ -24,9 +24,9 @@ if [ "$VARIANT" = "python-api" ]; then
fi
if [ "$VARIANT" = "python3-api" ]; then
pip install --user numpy
pip3 install --user numpy
../cmake/bin/cmake ../tools/python -DPYTHON3=ON -DCMAKE_BUILD_TYPE=Release
../cmake/bin/cmake --build . --target install -- -j 2
../python_examples/svm_rank.py
python3 ../python_examples/svm_rank.py
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment