Loading build-and-test-py-project-within-miniconda.sh +5 −3 Original line number Diff line number Diff line Loading @@ -6,11 +6,13 @@ set -x curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh source build-py-project-within-miniconda.sh conda install --quiet --yes pytest PY_EXE=python conda list # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 ${PY_EXE} -mpip install pytest PY_EXE=python conda list TESTABLES="" if [ -d test ]; then Loading Loading
build-and-test-py-project-within-miniconda.sh +5 −3 Original line number Diff line number Diff line Loading @@ -6,11 +6,13 @@ set -x curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-within-miniconda.sh source build-py-project-within-miniconda.sh conda install --quiet --yes pytest PY_EXE=python conda list # Using pip instead of conda here avoids ridiculous uninstall chains # like these:https://gitlab.tiker.net/inducer/pyopencl/-/jobs/61543 ${PY_EXE} -mpip install pytest PY_EXE=python conda list TESTABLES="" if [ -d test ]; then Loading