Skip to content

Commit

Permalink
fix: replace deprecated easy_install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 24, 2024
1 parent fe711af commit 39dd2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
- install:app-requirements

- name: install node dependencies
shell: "easy_install --version && npm clean-install"
shell: "pip --version && npm clean-install"
args:
chdir: "{{ edxapp_code_dir }}"
environment: "{{ edxapp_environment | combine(git_ssh_environment_mixin) }}"
Expand Down

0 comments on commit 39dd2ed

Please sign in to comment.