Skip to content

Commit

Permalink
build: update ansible config for analytics_api
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 28, 2024
1 parent d9e5636 commit c6731a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playbooks/roles/edx_django_service/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
pip:
name: pip
version: "24.2"
executable: /usr/bin/python3.12
when: edx_django_service_use_python312 and not edx_django_service_enable_experimental_docker_shim
tags:
- install
Expand All @@ -96,7 +95,6 @@
- zipp==3.20.2
- importlib-resources==6.4.5
state: present
executable: /usr/bin/python3.12
when: edx_django_service_use_python312 and not edx_django_service_enable_experimental_docker_shim
tags:
- install
Expand Down

0 comments on commit c6731a4

Please sign in to comment.