Skip to content

Commit

Permalink
Merge pull request #115 from edx/diana/force-pip3
Browse files Browse the repository at this point in the history
feat: Force use of pip3 to install python packages.
  • Loading branch information
dianakhuang authored Nov 25, 2024
2 parents e3d401d + 617d7f5 commit 704d1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
name: "{{ common_pip_pkgs }}"
state: present
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
executable: pip3
when: ansible_distribution in common_debian_variants


Expand Down

0 comments on commit 704d1e5

Please sign in to comment.