Skip to content

Commit

Permalink
fix: Add 2U python requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanJaveed84 committed May 29, 2024
1 parent 6cc70f5 commit 7dfa4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataeng/resources/setup-platform-venv-py3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7dfa4d1

Please sign in to comment.