Skip to content

Commit

Permalink
back to one-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 24, 2020
1 parent a80eac2 commit 5ac3fba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,5 @@ jobs:
shell: bash -l {0}
run:
conda activate default;
snakemake \
--profile profiles/gh-actions \
--use-conda \
--conda-frontend mamba \
--report workflow/report/report.html \
help;
snakemake --profile profiles/gh-actions --use-conda --conda-frontend mamba --report workflow/report/report.html help;
conda deactivate;

0 comments on commit 5ac3fba

Please sign in to comment.