Skip to content

Commit

Permalink
fix: skip codejail upgrade for now
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 15, 2024
1 parent 7166f33 commit 2aa5f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/codejail/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
codejail_debian_packages:
- apparmor-utils
CODEJAIL_PYTHON_VERSIONS:
- python3.11
- python3.8
codejail_sandbox_user: 'sandbox'
codejail_sandbox_group: 'sandbox'
codejail_sandbox_name_base: 'codejail_sandbox'
Expand Down
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/py311.txt"
sandbox_base_requirements: "{{ edxapp_code_dir }}/requirements/edx-sandbox/py38.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 2aa5f07

Please sign in to comment.