Skip to content

Commit 58f6936

Browse files
authored
fix: switch py38.txt to releases/quince.txt (#141)
Switch to a more permanent requirements file for codejail sandbox, so py38.txt can be removed.
1 parent 5ace2fe commit 58f6936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/edxapp/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ base_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/base.txt"
17611761
django_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/django.txt"
17621762
openstack_requirements_file: "{{ edxapp_code_dir }}/requirements/edx/openstack.txt"
17631763

1764-
sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/py38.txt"
1764+
sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/releases/quince.txt"
17651765

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

0 commit comments

Comments
 (0)