Commit da6748c2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add missing env var to examples runner

parent 107ceede
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ if [ "$PY_EXE" == "" ]; then
  PY_EXE=python${py_version}
fi

ci_support="https://gitlab.tiker.net/inducer/ci-support/raw/master"

if test "$USE_CONDA_BUILD" == "1"; then
  curl -L -O -k "${ci_support}/build-py-project-within-miniconda.sh"
  source build-py-project-within-miniconda.sh