Skip to content

Commit

Permalink
fix conda-activate command
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 7, 2021
1 parent b4729f1 commit 4c7f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
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 ;
conda-activate plague-phylogeography ;
conda activate plague-phylogeography ;
which lsd2 ;
lsd2 -h ;
#------------------------------------------------------------------------#
Expand Down

0 comments on commit 4c7f04a

Please sign in to comment.