diff --git a/.ci/linux-steps.yaml b/.ci/linux-steps.yaml index 4c38dfcc89..84538f59b4 100644 --- a/.ci/linux-steps.yaml +++ b/.ci/linux-steps.yaml @@ -56,12 +56,7 @@ steps: export GOPATH=$PWD/src/mlpack/bindings/go go get -u -t gonum.org/v1/gonum/... fi - if [ "$(binding)" == "python" ]; then - export PYBIN=$(which python) - cmake $(CMakeArgs) -DPYTHON_EXECUTABLE=$PYBIN .. - else - cmake $(CMakeArgs) .. -cmake $(CMakeArgs) -DPYTHON_EXECUTABLE=`which python` .. + cmake $(CMakeArgs) -DPYTHON_EXECUTABLE=`which python` .. displayName: 'CMake' # Build mlpack