Skip to content

Commit

Permalink
fix(ansible): conda install pip
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent 23126cb commit 866a26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/Miniconda3-latest-Linux-x86_64.sh
chmod 777 /tmp/Miniconda3-latest-Linux-x86_64.sh
/tmp/Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda
/opt/conda/bin/conda install pip
become: true
become_user: root
- name: Create ShapeWorks Conda Env
Expand Down

0 comments on commit 866a26e

Please sign in to comment.