Skip to content

Commit

Permalink
build: update path for codejail edx-platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 14, 2024
1 parent 75890ba commit 8bcdcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ base_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/base.txt"
django_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/django.txt"
openstack_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/openstack.txt"

sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/py38.txt"
sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/py311.txt"

# The Python requirements files in the order they should be installed. This order should
# match the order of PYTHON_REQ_FILES in edx-platform/pavelib/prereqs.py.
Expand Down

0 comments on commit 8bcdcee

Please sign in to comment.