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

Shuffle some 'conda list' invocations around, add hook to run package...

Shuffle some 'conda list' invocations around, add hook to run package configuration after conda env creation
parent c8c2173e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ source build-py-project-within-miniconda.sh

PY_EXE=python

conda list

TESTABLES=""
if [ -d test ]; then
  cd test
+6 −2
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ export XDG_CACHE_HOME=$HOME/.cache/$CI_RUNNER_ID

# }}}

conda list

PY_EXE=python

# {{{ install pytest
@@ -102,6 +104,8 @@ if test -f "$REQUIREMENTS_TXT"; then
  pip install -r "$REQUIREMENTS_TXT"
fi

pip install $PROJECT_INSTALL_FLAGS .
if test -f .conda-ci-build-configure.sh; then
  source .conda-ci-build-configure.sh
fi

conda list
pip install $PROJECT_INSTALL_FLAGS .