Skip to content

Commit

Permalink
initialize bash shell for conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 7, 2021
1 parent 11e2697 commit 78a1bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: mamba env create -f workflow/envs/merge/environment.yaml
# Install lsd2
- name: install lsd2
shell: bash -l {0}
run: |
wget https://github.com/tothuhien/lsd2/releases/download/v1.9.9/lsd2_unix ;
mv lsd2_unix /home/runner/miniconda/envs/plague-phylogeography/bin/lsd2 ;
Expand Down

0 comments on commit 78a1bc7

Please sign in to comment.