Skip to content

Commit

Permalink
Merge pull request #1772 from edx/hassan/fix-recent-exporter-issue
Browse files Browse the repository at this point in the history
Fix: Add 2U python requirement.
  • Loading branch information
HassanJaveed84 authored May 30, 2024
2 parents 6cc70f5 + 7dfa4d1 commit b07bbeb
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 b07bbeb

Please sign in to comment.