Skip to content

Commit

Permalink
Fix CI: add leading space #46.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikz committed Oct 4, 2020
1 parent c2c2b87 commit 32dca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ conda env create -n $MY_ENV -f environment.yaml
conda activate $MY_ENV
conda list
cd ./snakemake
echo " - bc=1.06" >> environment.yaml
echo " - bc=1.06" >> environment.yaml
snakemake --use-conda --create-envs-only --cores 1

0 comments on commit 32dca9e

Please sign in to comment.