diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 4a07cbc..3ce4993 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -1405,6 +1405,7 @@ index-url = ${SPCD_URL_PYTHON}/simple spcd_step "Activate" export PATH="${SPCD_PYTHON_VENV_BINARIES}:${PATH}" export VIRTUAL_ENV="${SPCD_PYTHON_VENV}" + pip install "PyYAML" spcd_step_out }