Skip to content

Commit

Permalink
fix(ansible): change dir prior to conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 13, 2024
1 parent 70fef9e commit add6a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- name: Create ShapeWorks Conda Env
ansible.builtin.shell: |
export PATH=/opt/conda/bin:$PATH
conda run /bin/bash -c "source /opt/shapeworks/install_shapeworks.sh"
cd /opt/shapeworks && conda run /bin/bash -c "source install_shapeworks.sh"
args:
executable: /bin/bash
become: true
Expand Down

0 comments on commit add6a64

Please sign in to comment.