Skip to content

Commit

Permalink
fix: swtich py38.txt to releases/quince.txt
Browse files Browse the repository at this point in the history
Switch to a more permanent requirements file
for codejail sandbox, so py38.txt can be removed.
  • Loading branch information
robrap authored Dec 18, 2024
1 parent ce176c4 commit 273d998
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 @@ -1765,7 +1765,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/releases/quince.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 273d998

Please sign in to comment.