Commit fc99678a authored by Matt Wala's avatar Matt Wala
Browse files

build-py-project-and-run-examples.sh: Set PY_EXE

parent be2f0f9d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@

set -e

if [ "$PY_EXE" == "" ]; then
  PY_EXE=python${py_version}
fi

curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project.sh
source build-py-project.sh