Skip to content

Commit

Permalink
fix: simplify conda env deps install step
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent fb045b4 commit a496232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
become_user: ubuntu
- name: Install dependencies in ShapeWorks Conda Env
ansible.builtin.shell: |
/bin/bash -c "/opt/conda/bin/conda init"
/bin/bash -c "/opt/conda/bin/conda activate shapeworks && pip install /home/ubuntu/celery_project"
conda activate shapeworks
pip install /home/ubuntu/celery_project
args:
executable: /bin/bash
become: true
Expand Down

0 comments on commit a496232

Please sign in to comment.