diff --git a/dataeng/resources/setup-platform-venv-py3.sh b/dataeng/resources/setup-platform-venv-py3.sh index 8f5644818..be200acd6 100644 --- a/dataeng/resources/setup-platform-venv-py3.sh +++ b/dataeng/resources/setup-platform-venv-py3.sh @@ -14,6 +14,8 @@ pushd edx-platform # This is the same pip version we currently pin in our devstack edxapp container: pip install pip==20.2.3 make requirements +# This is a new requirement for the skill-tagging plugin, specifically for 2U +pip install skill-tagging==0.2.0 popd